NFT-Preview-Card With HTML and CSS.

Solution retrospective
Completing the project.
What challenges did you encounter, and how did you overcome them?it was quite difficult for me to get the css styling correct and I had to eventuality watch a YouTube video to complete the project.
What specific areas of your project would you like help with?CSS styling and responsiveness, although all suggestions on how to improve my overall code is welcomed.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Djamel1133
Hi Rehana,
Great job!
To fix the footer problem, add
flex-direction: column;
to your body's CSS becausedisplay: flex
aligns items in a row by default.It's good that you're using
rem
units for responsiveness. Consider usingrem
units forfont-size
as well for better scalability.Overall, I think you can improve the readability of your code by using BEM notation see
Well done and keep up the great work.
Marked as helpful
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