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

Room landing page using CSS Grid

Juan 480

@JEWebDev

Desktop design screenshot for the Room homepage coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello! This challenge isn't completly finished yet, but i got stuck and need some help with the mobile design.

  • What is the correct form to set the width and height to full page?

I had a lot of trouble making it full height and can't seem to find how to do it right.

  • Why when i try to add the following code to the media query for the mobile design it behaves strange?
@media screen and (width >= 900) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
}

It would not change the grid layout. I couldn't find the way to make it a single column layout with 6 rows with each square in each row. I tried the same with grid-template-area and no result.

  • Is it better to change to flexbox instead of css grid?

Any other feedback or suggestion will be very appreciated too.

Community feedback

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