mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
16 lines
184 B
CSS
16 lines
184 B
CSS
form label.inline {
|
|
width: 80px;
|
|
}
|
|
|
|
form input[type="text"] {
|
|
width: 250px;
|
|
}
|
|
|
|
form input[type="submit"] {
|
|
margin: 0;
|
|
}
|
|
|
|
form > div {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
} |