diff --git a/static/styles.css b/static/styles.css index 3e89897..71c067b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -152,6 +152,41 @@ h1, h2, h3, h4 { height: 2.5em; } +#map{ + height: 400px; + z-index: 1; +} + +.legend{ + width: fit-content; + margin: 0 auto; +} + +.legend > *{ + vertical-align: middle; +} + +.square{ + display: inline-block; + height: 20px; + width: 20px; + border: black solid 1px; + margin-right: 3px; + margin-left: 3px; +} + +.green{ + background-color: #3ef06e; +} + +.blue{ + background-color: #3388ff; +} + +.orange{ + background-color: #ffeb0a; +} + section { background-color: #FFFFFF; width: 100%;