Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
10
Comments
2
Sarath Sundaresan
@Phoenix-dare

All comments

  • DSA•50
    @dianesancheril
    Submitted over 2 years ago

    Responsive Results Summary page with CSS

    2
    Sarath Sundaresan•220
    @Phoenix-dare
    Posted over 2 years ago

    Hi there, good work on completing the challenge!!

    • It is definitely easier to center a div with flexbox or grid

    Grid

    .container {
      display: grid;
      height: 100vh; /* Set the height of the container to the height of the viewport or any other measures*/
      place-items: center; /* Center the contents vertically and horizontally */
    }
    

    flexbox

    .container {
          display: flex;
          align-items:center;
           justify-content:center;
    }
    
    • But remember this does not apply to all use-cases. The positioning of the divs will vary from one use case to other. -You can go through this article centering-css
    • More about positioning

    **About the media-queries **

    • There is no one-size-fits-all standard list of device media queries, as there are many different devices with different screen sizes and resolutions.
    • This might be helpful media-query-github

    *And finally practice. Good Luck! *

  • DevMathe•20
    @DevMathe
    Submitted over 2 years ago

    QR Code PT-Br

    2
    Sarath Sundaresan•220
    @Phoenix-dare
    Posted over 2 years ago

    I think the design is not responsive, I didn't see any responsive styling Read Responsive Design

    Also you have to work on accessibility and semantic html Accessibility Semantics

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub