10 lines
115 B
CSS
10 lines
115 B
CSS
div {
|
|
padding: 8px;
|
|
margin: 8px;
|
|
background: lightblue;
|
|
}
|
|
|
|
dl {
|
|
margin: 4px;
|
|
font-size: 16px;
|
|
} |