Responsive 3-column preview card component CSS grid HTML CSS

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 ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
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 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