Submitted over 2 years ago
Responsive 3-column preview card component CSS grid HTML CSS
@martinw0
Design comparison
SolutionDesign
Solution retrospective
How to put correctly the attribution at the bottom of the webpage ? How to optimize the grid attributes in the css ? Could I make my css easier and lighter ?
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello Martin ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Add
border-radius
to the card -
Always use
h1
first and thenh2
,h3
and so on -
Warp your card content around the main tag Ex: π
<body> <main class="container"> *all you content here* </main> </body>
- Always use the "alt attribute" and write what img is , and if the img is for decorative then leave it empty but always add it with alt.
happy Codingπ
Marked as helpful0 -
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