Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Callyx2002

    Posted

    Nice work there, you can make the button hover like the one given in the challenge by using the box-shadow property in CSS. For example,

    button:hover {
          box-shadow: 0 0 50px 3px var(--neon-green);
    }
    
    0