Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicMC-Studios authored Oct 21, 2024
1 parent 8b06df8 commit 28ba6b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,20 @@ The Comparable w3css code
</p>
</div>
```

A full width background with 2 grid

```html


<div class="main bg-slate hover-bg-black">
<div class="relative top-center grid-2 f-xl bold italic">
<div class="text-center hover-bg-white">
Hello
</div>
<div class="text-center hover-bg-white">
World!
</div>
</div>
</div>
```

0 comments on commit 28ba6b3

Please sign in to comment.