awsm.css

It makes your HTML beautiful

What is it?

awsm.css is a CSS library for beautify semantic HTML markup without classes, attributes, etc. Use tags only.

The library is the best choice for a blog, your homepage or a site about a project.

Usage

<link rel="stylesheet" href="awsm.min.css">

Also don't forget to add viewport info to <head> section for adaptation to mobile. Like this:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

It's also available as the npm package, which supports PostCSS API.

Why?

I had to create simple pages in my daily work. Sometimes it was compiled Markdown, sometimes pure HTML. I'd like to make them more beautiful without additional classes, ids, etc. So I did it.