Design comparison
Solution retrospective
It's my attempt to create NFT page. Fell free to send any suggestion, that could improve my coding skills.
Community feedback
- @Alucard2169Posted almost 3 years ago
Hi there @szymKamil awesome work on this project
Here are few things that can be improved
-
the Desktop design should have a height of you screen and should not be scroll able. to achieve this you can use
display:flex
on your body and put all of you content inside a container and align it in the center of the screen. -
this video provides a solid grasp on flexbox.
-
To hide the overflow you can use
overflow: hidden
-
while making a div you should write content inside it without any tag for example
<div>text</div>
as this is not best practice and also not valid. -
I have done this challenge so if you want you can go look at it.
Keep up the good work 😊
0 -
Please log in to post a comment
Log in with GitHubJoin 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