mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
sections 5 and 6
This commit is contained in:
22
stylesheets/navigation.less
Normal file
22
stylesheets/navigation.less
Normal file
@@ -0,0 +1,22 @@
|
||||
navigation {
|
||||
font-family: Georgia;
|
||||
|
||||
display: block;
|
||||
width: 70%;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
border: 1px solid grey;
|
||||
|
||||
ul {
|
||||
background: #F2F2F9;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0.5em 1em;
|
||||
|
||||
li {
|
||||
&:nth-child(n+2):before {
|
||||
content: "§" attr(data-number) ". "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user