Design comparison
SolutionDesign
Community feedback
- @BasselfathyPosted 1 day ago
Good job. I see that you faced some issues for the table part, here is how you can fix it.
- first, you don't need table container, just use the
<table>
element directly and let it takes the full width. - let
<th>
and<td>
have 50% of the table width instead of the fixed padding.
Marked as helpful0@razzasidPosted about 2 hours ago@Basselfathy Thanks for the suggestion i'll try this method.
0 - first, you don't need table container, just use the
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