mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 15:17:11 -04:00
grid system with breakpoints
This commit is contained in:
parent
157899683e
commit
e69d24c5b9
12 changed files with 3294 additions and 318 deletions
|
@ -39,6 +39,17 @@
|
|||
--article-code-background-color: var(--code-background-color);
|
||||
}
|
||||
|
||||
.flex.demo > * > * {
|
||||
display: block;
|
||||
padding: 0.3em 0;
|
||||
background: #008000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.flex.demo > *:nth-child(2n) > * {
|
||||
background: #00FFFF;
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Document
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue