Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Make responsive table
-Face difficulty in Making table responsive. manage that with following code.
table { border-collapse: collapse; width: 100%; }
tr {
border-bottom: 1px solid rgb(160 160 160);
display: flex;
width: 100%;
justify-content: space-between;
}
td {
width: 100%;
padding: 20px;
}
What specific areas of your project would you like help with?
please Provide your review on code . Suggest for any valuable changes.
Community feedback
- @krishna-tejaswiPosted 6 months ago
It is good, try using media queries to style differently for desktop and mobile screen resolution by using break points
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