NFT Preview Card Solution : Using Pure HTML & CSS
Design comparison
Solution retrospective
๐ซก Hello, Frontend Mentor Army. This is my solution for the NFT Preview Card Component
Another great Challenge by Front-End #LearningByDoing
Learned some new features, Thanx to @AdrianoEscarabote @vanzasetia for helpful comments.
Need to learn more
-Responsiveness: Working on how to make it more responsive and mobile-friendly.
I'll be happy to hear any feedback and advice!
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi Devesh shukla, how are you? another very good project!:
I noticed that in higher resolutions the content is going to the side, to solve this we can do the following:
body { margin: 0 auto; }
We have to make sure that all the content is contained in a reference region, designated with HTML5 reference elements.
Example:
native HTML5 reference elements:
<body> <header>This is the header</header> <nav>This is the nav</nav> <main>This is the main</main> <footer>This is the footer</footer> </body>
I saw on your profile that you are doing the goal course hahah so am I! by the way, I need to do it again ahauauhu
The rest is really good ๐
Marked as helpful1@deveshshuklaPosted almost 2 years ago@AdrianoEscarabote Thanx bru ๐๐ I will remember these useful points. Best of luck with your courses... Keep hustling to achieve our goals๐
1@AdrianoEscarabotePosted almost 2 years ago@deveshshukla meta course**** hauahahu sorry
1@deveshshuklaPosted almost 2 years ago@AdrianoEscarabote It's ok bru shit happens๐
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