Card-component using Html ,Css and Bootstrap

Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Good job in completing this challenge. Viewing at your solution, I would suggest the following for you...
- Add
background: hsla(223, 20%, 85%, 1);
in thebody
rule set instead in*
- Instead of
margin-right: auto;
andmargin-left: auto;
, replace it withmargin:auto;
- Clean the
footer
part with relevant content into something like this...
<footer class="container"> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Your Name Here</a>. </div> </footer>
- Wrap the
container
with specific tag likemain
for readability
Overall you did well and Keep it up!
Marked as helpful - Add
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