Merge pull request #10 from 0xflotus/patch-1

(docs): changed formatting
This commit is contained in:
Vladimir Carrer 2020-06-05 01:02:23 +02:00 committed by GitHub
commit e9c56e7519
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>