diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 18:19:00 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-10-14 18:19:00 +0200 |
| commit | 8891eea532102b58a23a71a491be2c3f151720b5 (patch) | |
| tree | de9e577df2b2ff9c0072fda07b90d1884088b7c9 /static | |
| download | grimtube-8891eea532102b58a23a71a491be2c3f151720b5.tar.gz | |
Initial commit
Diffstat (limited to 'static')
| -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%; +} |
