CodeWithSushil / minimal.css

Minimal CSS - Never leave your html files

Home Page:https://codewithsushil.github.io/minimal.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal CSS - Never leave your html files.

  • How to setup
<meta rel="stylesheet" href="https://codewithsushil.github.io/minimal.css/css/minimal.css" />
  • or download minimal.css file
<meta rel="stylesheet" href="./path/minimal.css">

Example

  • this text are center and text color is red.
<h2 class="txt-center txt-danger">Minimal CSS</h2>

About

Minimal CSS - Never leave your html files

https://codewithsushil.github.io/minimal.css/

License:GNU General Public License v3.0


Languages

Language:CSS 80.8%Language:HTML 16.6%Language:JavaScript 2.6%