15 lines
175 B
CSS
15 lines
175 B
CSS
div {
|
|
padding: 8px;
|
|
margin: 8px;
|
|
background: lightblue;
|
|
}
|
|
|
|
header {
|
|
font-size: x-large;
|
|
text-align: center;
|
|
}
|
|
|
|
dl {
|
|
margin: 0px;
|
|
font-size: 16px;
|
|
} |