Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Border Radius - The Lemon!

I don't know if I am the only web designer nerd here who thought using border radius would create the shape of a lemon! I thought that was really cool!

1 Answer


width: 200px; height: 200px; background: #F5F240; border: 1px solid #F0D900; border-radius: 10px 150px 30px 150px;


with the above code we can access lemon like shape.... & the above code I got from http://www.webgranth.com/css-borders-create-border-and-shapes-with-css