Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633369 Views

Latest files of /cody/atherosai/ui/socials-02

assets/ cody/atherosai/ui/socials-02/assets/
6 Items
  • twitter.svg
  • instagram.svg
  • close.svg
  • share.svg
  • youtube.svg
  • threads.svg
  • style.css cody/atherosai/ui/socials-02/style.css
    75 Views
    0 Comments

    @import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');

    :root {
    --background: #2C2C2C;
    --active: #00C896;
    }

    index.html cody/atherosai/ui/socials-02/index.html
    309 Views
    0 Comments

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Social Buttons</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
    script.js cody/atherosai/ui/socials-02/script.js
    150 Views
    0 Comments

    const shareButton = document.querySelector('.share-button');
    const toggleSocials = () => {
    const socialsWrapper = document.querySelector('.socials-wrapper')
    const shareButtonImage = shareButton.querySelector('img')

    socialsWrapper.classList.toggle('active')