Submitted 6 months ago
Simple css styling on html div elements for a better looking page.
@Pe-te-r
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
how to align items to the center of the page without using flex and grid, i later learnt that i can use margin auto to display at the center
What specific areas of your project would you like help with?Under the order list,how do i color numbers
Community feedback
- @NeilNeelPosted 6 months ago
Hey there! 👋 Noticed you haven't implemented the radius feature yet. No worries, adding radius to your elements can give your design a polished and modern look. Here's a quick example of how you can create a radius effect using CSS:
.element { border-radius: 10px; /* Adjust the value to change the radius */ }
Marked as helpful0 - Account deleted
Hey dude, it's good and all but the image is not showing and the height is not enough where's the rounded corners
kudos
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