mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
28 lines
316 B
CSS
28 lines
316 B
CSS
html, body {
|
|
background-color: #c0c0c0;
|
|
}
|
|
|
|
h1 {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
width: 150px;
|
|
}
|
|
|
|
input {
|
|
width: 150px;
|
|
}
|
|
|
|
#stats {
|
|
display: inline-block;
|
|
text-align: right;
|
|
width: 150px;
|
|
}
|
|
|
|
textarea {
|
|
width: 300px;
|
|
height: 300px;
|
|
} |