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

Submitted

Responsive landing page using basic flow layout

P
Jake Godsall 1,390

@jakegodsall

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Vertical centring was the most difficult thing. However, now learning about flexbox. I will most likely rebuild this project using flexbox in the future.

Community feedback

@MubashirArifRandhawa

Posted

You can center vertically in multiple ways, you can also use absolute position.

element{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }

Try this :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord