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 solutions

  • Submitted


    Hi frontend folks,

    Had a lot of fun building this one out

    • Firstly, the design is just awesome
    • Do comment on the implementation, espesially the resposiveness (if you can spare some time, I would really appreciate any remark on my CSS code)
    • Any suggetions for accebility features? Do know them but feels pretty unintuitive how to get started
  • Submitted


    I had a lot of trouble implementing the hover effect on the nft-image. I've highlighted that section in my repository also. Any suggestion on optimizing that part accepted.

  • Submitted

    CSS Flexbox

    • HTML
    • CSS

    0


    When text in a flex item overflows :

    • text comes out of the container if it's dimensions are set by say height: x%
    • container grows out of it's parent is it's dimensions are set by flex-basis

    How should you approach this problem? This can be scene with the boards in the main-left container of my code.