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

Simple Grid

@giosassis

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I would like to turn the page responsive

Community feedback

P

@MarkoNikolajevic

Posted

Hi @giosassis

You did a good job on this challenge! Looking at your code I've some suggestions on how you could 'improve' it.

  • you could use the main tag as your main container instead of apply some styles on the body tag and add
    background-color: #e6eff6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
  • then you would have to restyle divs with class="main" and class="main2"

I think doing this would make easier for you to code a responsive website. Feel free to ask whatever question you need :)

Keep on coding:)

0

@giosassis

Posted

@MarkoNikolajevic Thank you so much for you feedback!

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