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 blog, your homepage or site about 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">

And if you want to get beautiful fonts, add PT Serif from Google Fonts:

<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i" rel="stylesheet">

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

Why?

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