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

Summary Cards Component

@marcosnovaesq

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


How to make that circle that wraps the results being a perfect circle and not an oval figure?

How to separate CSS to make site responsive?

Community feedback

@ZahidurRahman8759

Posted

  1. You have to use border-radius to 100% in that <div></div> to make it full circle. Example: .results { border-radius: 100%; }

  2. Use @media (max-width: 500px) { in here you will write the CSS code which you want to change } - as an example to make a site responsive. Search use of 'media query' in Google. You will find the tutorials.

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