diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-08-14 14:40:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-08-14 14:40:53 +0300 |
| commit | d84a59f489b7994630a1c4c94befcc7d63f08f6c (patch) | |
| tree | 7aa861fb815fa6e493329035277243c62753e5a8 /public/style.css | |
| parent | fef9fcd43836ab12d4d2c178bc76ae79838abf11 (diff) | |
Add styles
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..9983bea --- /dev/null +++ b/public/style.css @@ -0,0 +1,30 @@ +body { + text-align: center; + font-family: 'Lato', sans-serif; + font-weight: 400; + font-style: italic; +} + +div { + margin: 10px; + border-radius: 10px; + padding: 3px; +} + +h1, h2, h3 { + margin: 5px; + font-weight: 300; + font-style: normal; +} + +h1 { + font-size: 40px; +} + +.good-system { + background-color: rgba(10, 200, 10, 0.9); +} + +.bad-system { + background-color: rgba(200, 10, 10, 0.9); +} |
