Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
Add Example of Minimal CSS.
  • Loading branch information
CodeWithSushil committed Aug 15, 2023
1 parent bed01fe commit 9ed6ca8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Minimal CSS

#### Minimal.css is fast, free, mordent CSS Freamwork.
## Minimal CSS - Never leave your html files.

```CSS
<meta rel="stylesheet" href="minimal.css">
```
<meta rel="stylesheet" href="https://codewithsushil.github.io/minimal.css/css/minimal.css" />
```
### Example

```HTML
<h2 class="txt-center txt-danger">Minimal CSS</h2>
```

0 comments on commit 9ed6ca8

Please sign in to comment.