Design comparison
Solution retrospective
¿How to make it responsive so that each column stack on eachother vertically?
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello Miguel Córdoba Rojas ! Congo 👏 on completing this challenge
Let's look at some of your issues, shall we:
- Warp your card content around the main tag Ex: 👇
<body> <main class="container"> *all you content here* </main> </body>
- Always use
h1
first and thenh2
,h3
and so on
happy Coding😀
1 - @skippysworldPosted over 2 years ago
If you're beginner, I'd recommend write your CSS by yourself instead of using Bootstrap. I mean there's nothing bad about frameworks, but I would personally prefer to learn how to write CSS by myself before moving on Bootstrap - when you know how things works, you may better understand Bootstrap itself and use their Docs far more efficient.
0 - @GitHub-dev12345Posted over 2 years ago
Nice coding my small suggestion for your project give the background color, given in the style guide file, go check and then apply in your project 👍🎉 I hope you find this helpful
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