juniper-config-to-set/style.css
2024-02-06 00:16:01 +01:00

17 lines
180 B
CSS

form {
margin: 3em;
}
form input {
margin: 5em;
margin-top: 2em;
line-height: 3.5;
}
#input {
background-color: lightblue;
}
#output {
background-color: lightgrey;
}