(readme): changed formatting

for better readability
This commit is contained in:
0xflotus 2020-06-05 00:50:45 +02:00 committed by GitHub
parent 1f216c2c4c
commit a8dc3b2b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -33,12 +33,12 @@ https://github.com/vladocar/Simple-Button
##### You can change root css variables with your color palette:
```css
:root{
--c1:#0074d9;
--c2:#eee;
--c3:#fff;
--c4:#000;
--c5:#fff;
:root {
--c1:#0074d9;
--c2:#eee;
--c3:#fff;
--c4:#000;
--c5:#fff;
}
```
@ -47,8 +47,8 @@ https://github.com/vladocar/Simple-Button
By default are 8px, use --rc: 0px; if you don't like round corners.
```css
:root{
--rc: 8px;
:root {
--rc: 8px;
}
```
@ -57,9 +57,9 @@ By default are 8px, use --rc: 0px; if you don't like round corners.
```css
@media (prefers-color-scheme: dark) {
:root {
--c2:#333;
--c3:#1e1f20;
--c4:#fff;
--c2:#333;
--c3:#1e1f20;
--c4:#fff;
}
}
```
@ -70,7 +70,7 @@ Use the HTML5 tags section and nested section to make flex grid.
```html
<section>
<section> 1 </section>
<section> 1 </section>
<section> 2 </section>
<section> 3 </section>
</section>