
Design comparison
SolutionDesign
Community feedback
- @Joan-Bell-FayePosted 5 days ago
Good job, you've made a great job of the layout! Consider using a % or viewport width (vw) for responsive width. The table should be semantically declared in html e.g.
<table> <tr> (table row) <th> (table heading) <td> (table data) etc.Keep up the good work :)
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