10 lines
140 B
CSS
10 lines
140 B
CSS
header, footer {
|
|
text-align: center;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: '- ';
|
|
padding-left: 3ch;
|
|
margin-top: 0.5lh;
|
|
margin-bottom: 0.5lh;
|
|
}
|