This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw1/claudio_maggioni/css/form.css

22 lines
253 B
CSS

/* vim: set ts=2 sw=2 tw=80 et: */
input, textarea {
width: 20rem;
display: block;
padding: .1rem;
margin: .25rem 0;
}
fieldset {
border: none;
margin: .5rem 0;
}
label {
font-size: .7rem;
}
textarea[name="address"] {
height: 4em;
}