responsive-forms/mobile.css

18 lines
194 B
CSS
Raw Normal View History

2015-10-20 22:10:07 +00:00
/* HTML */
form {
border-top: solid 10px #ccc;
border-bottom: solid 10px #ccc;
padding: 2%;
margin: 0;
width: 96%;
}
label {
width: 100%;
}
input {
width: 100%;
margin-bottom: 10px;
}