Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Learned more about semantic html, list and table elements
- I'm having a hard time styling the table element. I had to read the documentation and read some codes of other developers
- I'd like to use bootstrap, but haven't fully grasp the idea. Kinda overwhelming for me.
Community feedback
- @FlashdanielPosted 5 months ago
Nice work! I like to point out that using of vh and vw can cause on expected behavior in your code. i am guessing that is the reason you don't have spacing at the top and bottom of your page.
When next you want to increase the height of you page make use of this code:
html, body { height: 100%; }
Always remove unused codes to keep you work clean. You can checkout this link by Dixita Ganatra to help you understand more on how and when to properly use responsive units ( like px, rem, em ). Great work ljmanayon,
1
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