CSS3 Border Radius 101
I'm sure everyone knows this, but this is something that I consistently add to a lot of elements in my projects. Border Radius takes away some of the harsh edges from very important elements.
#element {
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
You'll want to make sure to get those browser prefixes for webkit and mozilla based browsers until the specification for CSS3 is released.
Written by Chris Jenkins
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#