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
- @ZahidurRahman8759Posted about 1 year ago
-
You have to use border-radius to 100% in that <div></div> to make it full circle. Example: .results { border-radius: 100%; }
-
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 GitHubJoin 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