Design comparison
Solution retrospective
This is my first challenge, every suggestion is welcome! Thank you :)
Community feedback
- @grace-snowPosted almost 4 years ago
Hi Luca, You need to import the font from Google fonts and apply it, and use the colors from the style guide. It looks like you've deleted the starter files so you may need to re-download to see what they should be
2@grace-snowPosted almost 4 years agoSorry Luca, to be honest I would recommend you start this one again.
Did you learn web dev a long time ago by any chance? I've not seen a page laid out using a table for a really long time, and that's only done in emails now (with a role of presentation on the tables)
It's important you start with a good html foundation and that would mean
- removing the table
- styling using classes
- only using heading elements for headings (paragraphs or list elements for text)
- keeping headings in semantic order
Once you grasp those all this will become much easier
1@reks4Posted almost 4 years ago@grace-snow thank you very much, i re-start using div instead of table.
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