Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 2 years ago

Responsive landing page using CSS Flexbox and LessCSS

Camille•130
@fyrfli
A solution to the Results summary component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)
Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • C H A R A N 🎯•2,670
    @0xabdul
    Posted about 2 years ago

    Hey there ! 👋 Congratulations you finished the Results summary component...🎉

    • Some suggestions for you improve your code🤔

    • In Css 🎨 :

    • well your result summary card is not center aligning🎯 so fix the problem..

    body {
    display : flex;
    align-item :  center;
    justify-content : center;
    max-width : 100%;
    height : 100vh;
    overflow-x : hidden;
    background-color : whitesmoke;
    }
    
    • I Hope it's useful for you and wating for your next project ❤️
    • Happy Coding 😃

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
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