css/lists
This commit is contained in:
parent
bdb07f0b7b
commit
e6ff87e4f6
2 changed files with 11 additions and 2 deletions
|
@ -43,7 +43,7 @@ background-color: #630;
|
|||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
.thing {
|
||||
.sectionless .thing {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
|
@ -81,6 +81,15 @@ color: red;
|
|||
ol, ul {
|
||||
background-color: #303;
|
||||
}
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
li {
|
||||
margin-block: .25em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Another Heading</h2>
|
||||
<h2><span class="thing">Another</span> Heading</h2>
|
||||
<ul>Unordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue