18 lines
205 B
CSS
18 lines
205 B
CSS
|
a,
|
||
|
p {
|
||
|
padding: 5rem;
|
||
|
border: 1px solid red;
|
||
|
line-height: 2rem;
|
||
|
margin: 2em;
|
||
|
}
|
||
|
|
||
|
.warp_test {
|
||
|
width: 5rem;
|
||
|
border: 1px solid red;
|
||
|
}
|
||
|
|
||
|
ol,
|
||
|
li {
|
||
|
background-color: cornflowerblue;
|
||
|
}
|