]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
show current/most recent air/water temperature on top of page
[chrisu/seepark.git] / web / static / seepark_web.css
index 91130034dd6b5839959a6b3198a16f4f6201961c..e3711ffbf344897252b1b3453b5363a882730986 100644 (file)
 #openweathermap-widget-15 {
     width: 300px;
 }
+
+#current, #currentair, #currentwater {
+    margin: 0 auto;
+    text-align: center;
+    padding: 1em;
+    max-width: 20em;
+}
+
+#currentair {
+    background-color: lightblue;
+}
+
+#currentwater {
+    background-color: lightgreen;
+}