Skip to content

CodeWithSushil/minimal.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>