
Design comparison
Solution retrospective
I would like help with last list, i tried some table stuff but i couldn't manage it I would like to hear advices what is best practice for that kind of layout
Community feedback
- @Bloxer58Posted 13 days ago
Hi! In HTML file your table looks good. You need to work on the CSS part. In tables You can also use padding, text-align, etc. in the table. I in my project I used such values: table{ width: 100%; text-align: center; margin: auto; border-collapse: collapse; } td{ padding: 1rem; text-align: left; border-bottom: 1px solid hsl(30, 18%, 87%); .cell{ color: hsl(14, 45%, 36%); font-weight: 600; } #last{ border: 0; } I hope that It will you!
Marked as helpful0
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