Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithSushil committed Aug 15, 2023
1 parent 546e854 commit 11de4b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright [2023] [CodeWithSushil]
Copyright [ 2023 ] [ CodeWithSushil ]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
## Minimal CSS - Never leave your html files.
<<<<<<< HEAD

#### Minimal.css is fast, free, mordent CSS Freamwork.
* How to setup

```CSS
<meta rel="stylesheet" href="https://github.com/CodeWithSushil/minimal.css">
<meta rel="stylesheet" href="https://codewithsushil.github.io/minimal.css/css/minimal.css" />
```
=======
* or download minimal.css file

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

### Example

* this text are center and text color is red.

```HTML
<h2 class="txt-center txt-danger">Minimal CSS</h2>
```
>>>>>>> refs/remotes/origin/main

0 comments on commit 11de4b4

Please sign in to comment.