9 lines
189 B
CSS
9 lines
189 B
CSS
|
|
article {
|
||
|
|
background-color: #363636;
|
||
|
|
border: #666666 2px solid;
|
||
|
|
margin-top: .5rem;
|
||
|
|
margin-bottom: .5rem;
|
||
|
|
padding: .5rem;
|
||
|
|
border-radius: .5rem;
|
||
|
|
font-size: 12pt;
|
||
|
|
}
|