1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-19 08:00:27 -07:00
2022-12-06 19:11:04 -08:00

55 lines
620 B
CSS

form {
font: 22px helvetica;
color:gray;
}
fieldset {
border-radius: 10px;
width: 92%;
color: #0072b6;
padding: 12px;
}
input {
color: gray;
font: 20px helvetica;
max-height: 32px;
}
h1 {
font: 50px helvetica;
font-weight: bold;
color: #0072b6;
max-height:28px;
}
h2 {
font: 30px helvetica;
color: #00a5a4;
max-height: 20px;
padding-bottom: 8px;
}
img {
max-width:50%;
object-fit:contain;
}
button {
width: 96%;
height: 60px;
font-size: 28px;
color: #0072b6;
}
.left-label {
color: #0072b6;
font: 20px helvetica;
}
.right-align-input {
float: right;
}