Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Used Flexbox, CSS Grids and media queries.

@tejasva-087

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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?

Community feedback

Toheebβ€’ 170

@Toheeb345

Posted

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 πŸ‘

0

@tejasva-087

Posted

@Toheeb345 thank you i will look into it

0
krish-tyagiβ€’ 60

@krish-tyagi

Posted

Hey nice work Tejasva . It seems pretty good . Keep it up

0

Please log in to post a comment

Log in with GitHub
Discord logo

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