9 lines
91 B
CSS
9 lines
91 B
CSS
label {
|
|
display: inline-block;
|
|
width: 150px;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 200px;
|
|
}
|