Simple css styling on html div elements for a better looking page.

Solution retrospective
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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NeilNeel
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 helpful - 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
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