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

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

Peter Wahu 190

@Pe-te-r

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

@NeilNeel

Posted

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

0

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 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