mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
Théo Marchal
c172c9eea2
a304a63 Added most of N5-N4 grammar notions 4f75a84 Added a new type of usage CSS 55e1946 Added conjugation basics 805d58a Updated Te-Form ca05b9a Added new resources git-subtree-dir: content git-subtree-split: a304a630cbe3f72d39d131e32ec241fd412215a1
39 lines
704 B
CSS
39 lines
704 B
CSS
.usage {
|
|
display:flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.usage p {
|
|
margin:0;
|
|
}
|
|
|
|
.usage .box {
|
|
border: 1px solid black;
|
|
border-radius: 0.5rem;
|
|
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
|
|
display: inline-block;
|
|
width: fit-content;
|
|
margin: 0.2rem;
|
|
}
|
|
|
|
.usage .left {
|
|
padding-right: 1.7rem;
|
|
|
|
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
|
background-repeat: no-repeat;
|
|
background-size: 8px 2px;
|
|
background-position: top right, bottom right;
|
|
|
|
border-right: solid black;
|
|
border-width: 0 2px;
|
|
}
|
|
|
|
.usage .right {
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
.usage .r {
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem;
|
|
} |