9 lines
94 B
CSS
9 lines
94 B
CSS
|
div {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
display: inline-block;
|
||
|
width: 100px;
|
||
|
}
|