ornajs
Version:
OrnaJS is a tool for creation Atomic CSS. Framework and parser. Orna lightweight, clear and easy. It works with jQuery.
17 lines (16 loc) • 528 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resize</title>
<script src="jquery.min.js"></script>
<script src="orna.min.js"></script>
</head>
<body>
<br><h1 class="textincenter arial">Resize Window</h1>
<br><br>
<div class="bgc_red w_300px w_300px_set300px width_60px_reset700px bgc_blue_reset700px h_100px ease"></div>
<br>
<div class="bgc_red w_400px w_400px_set400px width_120px_reset600px bgc_pink_reset600px h_100px linear"></div>
</body>
</html>