The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Border-Radius

Manual_Browser_Testing
BLOG / Web Development

Cross Browser Border-Radius

Border-radius is the method of making the border corners round.

Browser Support

Border-radius is already supported by all major browser so it should be really easy to get it working cross browser.

Code Example

You can use Border-radius like this:

#test {
  border-radius: 3px;
}

More Information

More information can be found here.