mirror of
https://github.com/glmdev/eecs448-lab10
synced 2026-03-02 03:39:24 +00:00
Initial commit
This commit is contained in:
28
assets/common.css
Normal file
28
assets/common.css
Normal file
@@ -0,0 +1,28 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user