members.lumbung.space/members_lumbung_space/static/lumbung.css
cellarspoon 3c2cde599d
All checks were successful
continuous-integration/drone/push Build is passing
feat: welcome text first stab
2022-01-11 14:07:09 +01:00

34 lines
378 B
CSS

input {
display: block;
margin-top: 5px;
margin-bottom: 15px;
}
th, td {
padding: 15px;
}
table, th, td {
border: 1px solid black;
}
input {
border: 2px solid currentcolor;
}
input:invalid {
border: 2px dashed red;
}
input:invalid:focus {
background-image: linear-gradient(magenta, pink);
}
.error {
color: red;
}
#welcome-message img {
width: 50%;
}