Design comparison
Solution retrospective
This was another hard one to do with out any fimga designs. This time I challenged my self to use BootStrap.JS for css styling.
Next time I want to try using CSS grid and get more comfortable using that.
What challenges did you encounter, and how did you overcome them?I encountered an issue with my mobile design. The image did not automatically adjust.
@media (max-width: 425px) {
.container {
max-width: 425px;
height: 100rem;
}
.container .container-img {
height: 250px;
width: 100%;
border-radius: 10px;
margin-top: 2rem;
}
}
What specific areas of your project would you like help with?
Yes, I am not sure how to properly align the order list items with the heading div. I am thinking removing either margin or padding but was not able to figure that out,.
Community feedback
- @BomberQLFPosted 5 months ago
Nice work man, I like how you've managed to overcome the exercice, I personaly didn't manage to create the last bit of the challenge with the table, but now I saw how you've done it, I could do it no problem ! ^^ 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