diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..0f92c0b --- /dev/null +++ b/static/style.css @@ -0,0 +1,36 @@ +a { + color: black; +} + +li { + list-style-type: none; +} + +body { + margin: 0 auto; + margin-top: 10px; + max-width: 80ex; +} + +table { + border-collapse: collapse; + width: 100%; +} + +tr { + border-bottom: 1px solid black; + border-top: 1px solid black; +} + +td { + padding-top: 10px; + padding-bottom: 10px; +} + +form { + margin-bottom: 10px; +} + +input { + width: 100%; +} |
