2022-12-12 22:57:43 +00:00
|
|
|
.center-div {
|
2022-12-21 01:46:03 +00:00
|
|
|
display: grid;
|
2022-12-12 22:57:43 +00:00
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2022-12-21 01:46:03 +00:00
|
|
|
p {
|
|
|
|
text-align: center;
|
2022-12-21 01:02:33 +00:00
|
|
|
}
|
|
|
|
|
2022-12-12 22:57:43 +00:00
|
|
|
fieldset {
|
|
|
|
border: solid white 1px;
|
2022-12-21 01:46:03 +00:00
|
|
|
border-radius: 5px;
|
2022-12-21 01:02:33 +00:00
|
|
|
padding: 10px;
|
2022-12-21 01:46:03 +00:00
|
|
|
margin: 10px;
|
2022-12-12 22:57:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input, label, legend {
|
|
|
|
font-family: monospace;
|
|
|
|
color: white;
|
|
|
|
font-size: 14px;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
border: solid white 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2022-12-21 01:02:33 +00:00
|
|
|
margin-top: 0px;
|
2022-12-20 01:05:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.labels-inputs {
|
2022-12-20 02:46:28 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: auto auto;
|
2022-12-20 01:05:04 +00:00
|
|
|
column-gap: 10px;
|
2022-12-21 01:51:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
top: -0.6em;
|
|
|
|
position: relative;
|
|
|
|
height: 0;
|
2022-12-12 22:57:43 +00:00
|
|
|
}
|