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

  • @azyepes29

    Submitted

    How can I keep the cyan hover at 50% opacity but the view icon with 100% opacity? I just left both with 50% opacity. Thanks

    Chris 20

    @Afrochamploo

    Posted

    I had the exact same problem, just started learning two weeks ago.

    Try adding a layer (<div class=''layer''></div> in html )and position it on top of your nft-image . You can do this with the (::after) pseudonym and (content='' ''), set it to transparent or opacity set to 0. Then when :hovering over the image set the background-color on your new div layer to cyan with the opacity around 0.5

    Marked as helpful

    1
  • @ichiklaus

    Submitted

    Hello community.

    This is my first time using Sass/SCSS that's why I chose a simple project to start off. Any feedback and/or tips are welcome.

    I tried to follow guidelines to structure my project using Sass. The way I structured it was the way I understood. Tips are appreciated! :)

    Chris 20

    @Afrochamploo

    Posted

    Just started HTML and CSS but I can't get the active part right , I read your CSS but I've never seen anything like it before. Could you explain?

    0