Snap!

Make CSS Easier And Quicker.

You Can Download the CSS File And Use It In Your Code.
And The DOCX File For Documentations.

Download CSS File Download DOCX File (Documentation)





Mark.UI

Inspired By TailwindCSS.
Frontend Framework For CSS.


You Can Use It Just Like A Tailwind CLI,
But In Your Own Code. Make Sure To
Use The Script Tag To LinkThe "mark.js"
File To Your HTML Code.

(You Can Use Your Own Custom CSS In Your HTML Code.)



Download The "mark.js" File:

mark.js


index.html Code

<!doctype html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Hello World!</title>
  <script src="mark.js"></script>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>