theredphone/styles/paramedic.css

31 lines
358 B
CSS

.paramedic-form__title {
height: 20%;
background: #d6130c;
display: grid;
place-items: center;
border-bottom-left-radius:50%;
border-bottom-right-radius:50%;
}
label {
display: block;
}
.form-block {
width: 30%;
display: grid;
place-items: center;
padding-top: 10px;
padding-bottom: 10px;
}
form {
display: grid;
place-items: center;
}