Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Border Radius

Putting the property as "borderRadius" and then a unit will lead to the element with the style being rounded around the corners.
You can have increments of 2 from 2-16px or 10 percent, 25 percent, or 50 percent as the units of borderRadius as of version 1.1.0


Example Syntax


Input

<span class="borderRadius12px">Hello World</span>

Output

Hello World





Previous Next