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

Responsive landing page using CSS Flexbox and LessCSS

Camille 130

@fyrfli

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@0xabdul

Posted

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

Camille 130

@fyrfli

Posted

@0xAbdul really not sure why the screenshot looks like that, the live site looks correct. i'll look into it. Thanks!

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