stylingutilities
Version:
lightweight css utilities library for the front-end web
13 lines • 384 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Styling Utilities Test Page</title>
<link rel="stylesheet" href="/dist/css/stylutil.min.css">
</head>
<body>
This page is to test/show the entire css library [WIP]
<kbd class="kbd">ctrl</kbd>
</body>
</html>