diff options
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..8accaf5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,24 @@ + + +body { + background-color: olivedrab +} + +.main-content { + padding: 2em; + border-radius: 1em; + margin: auto; + margin-top: 10em; + margin-bottom: 5em; + max-width: 50em; + background-color: white; +} + +a { + color: black; +} + +#exitGraph { + width: 100%; + height: 15em; +} |