Used Flexbox, CSS Grids and media queries.

Solution retrospective
Just got stuck in media queries and shadows. I am a bit confused in media queries that somehow worked but i dont know how?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Toheeb345
Hello, you are actually styling desktop first, so you will need to set your
max-width
for the tablet size but you are indicating the maximum width to be the the size of mobile screen, you can change the max-width for your media query to this:@media (max-width: 768px) { }
it is meant to work that way 👍
- @krish-tyagi
Hey nice work Tejasva . It seems pretty good . Keep it up
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