Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Width

By using width as your property, you can set the width by percentages and vw (view width). Pixels should be implemented next update, taking recommendations too. Percentages as units should be put in {num}percent.


Example Syntax


Input

The width property doesn't work much in this scenario...

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

Output

Hello World





Previous Next