11 lines
115 B
CSS
11 lines
115 B
CSS
|
#box {
|
||
|
width: 512px;
|
||
|
margin: 16px;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
div.label {
|
||
|
margin-top: 16px;
|
||
|
}
|