BLOG > Tag Archives: border-radius

Round Corners with CSS3

Jun
08

The border-radius element can be used to create round corners on box-items such as navigation tabs, modules, input fields, etc. Though CSS3 is still in the works, the border-radius element is already being used widely today. For example, Twitter uses the border-radius element throughout its site. For Firefox, we create round corners using -moz-border-radius. For [...]