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

Four Card Feature Section

saminstein 130

@saminstein

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello, I couldn't center the page on desktop view. This gave me some issues

Community feedback

Nelson 2,380

@nelsonleone

Posted

HELLO......congrats on completing this challenge.....well done 🎊 🎊

Based on your question , you can center the page by setting

body{
 display:flex;
  align-items:center;
  justify-content:center;
 width:100vw;
 min-height:100vh;
}

Another thing , for accessibility purposes <ul> <ol>` tags should only content <li> tags scripts and template.

Hope this comment was helpful , have fun coding

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