Submitted over 1 year agoA solution to the Recipe page challenge
Responsive Recipe Page
@Adarshpathak1

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.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Adarsh's solution.
Join 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