1
0
mirror of https://github.com/glmdev/eecs448-lab10 synced 2024-10-27 19:14:00 +00:00
eecs448-lab10/assets/common.css

29 lines
336 B
CSS
Raw Permalink Normal View History

2020-12-06 19:58:02 +00:00
table, th, td {
border: 1px solid darkgrey;
border-collapse: collapse;
}
th, td {
padding: 10px;
}
div.common-page {
margin: 15px;
}
input {
padding: 5px;
margin: 10px;
}
button[type=submit] {
padding: 5px;
}
textarea {
margin: 10px;
padding: 5px;
min-width: 400px;
min-height: 200px;
}