Update README.md

This commit is contained in:
Vladimir Carrer 2020-05-27 02:09:56 +02:00 committed by GitHub
parent 34c94d1d8c
commit 7cf7ee25fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ Basic.css gives you basic CSS formatting and ability to make basic grids with on
This project uses the best parts from my previous projects:
https://github.com/vladocar/Basic-CSS-Typography-Reset
https://github.com/vladocar/infinity-css-grid
https://github.com/vladocar/Simple-Button
##### Change root css variables with your color palette
@ -72,7 +74,7 @@ Use the HTML5 tags selection and aside to make flex grid.
<aside> 1 </aside>
<aside> 2 </aside>
<aside> 3 </aside>
<aside> 4 </aside>
<aside> 4 </aside>
</section>
```