1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00
This commit is contained in:
Pomax
2016-01-01 21:52:27 -08:00
parent b609375b73
commit 6ebb6a8ab8
18 changed files with 3274 additions and 15 deletions

View File

@@ -1,12 +1,17 @@
section {
margin-top: 4em;
p {
text-align: justify;
}
h2 {
&[data-num] {
border-bottom: 1px solid grey;
&:before {
content: "§" attr(data-num) " — ";
}
}