Webchance/static/style.css
Gian Breitenstein 2f7d1a03cb
All checks were successful
Release / publish (push) Successful in 57s
Moved css to own file, changed parameters to look like labels. Costumized output text.
2024-09-26 21:47:02 +02:00

19 lines
289 B
CSS

body {
background-color: rgba(131, 143, 197, 0.986);
}
.labelcontainer {
display: flex;
}
label {
display: block;
color: rgb(28, 17, 85);
min-width: 20rem;
font-size: 1.5rem;
}
input {
width: 10rem;
}
p {
color: rgb(28, 17, 85);
font-size: 1.5rem;
}