more addition for BirdWeather

This commit is contained in:
Patrick McGuire
2021-12-01 14:13:15 -05:00
parent 1390a0d180
commit f762b41c21
5 changed files with 33 additions and 18 deletions
+2 -4
View File
@@ -1,5 +1,7 @@
/* style sheet */
* {
font-family: 'Arial', 'Gill Sans', 'Gill Sans MT',
' Calibri', 'Trebuchet MS', 'sans-serif';
box-sizing: border-box;
}
@@ -34,16 +36,12 @@ h1 {
text-align: center;
color: black;
font-size: xx-large;
font-family: 'Gill Sans', 'Gill Sans MT',
' Calibri', 'Trebuchet MS', 'sans-serif';
}
h2 {
text-align: center;
color: black;
font-size: large;
font-family: 'Gill Sans', 'Gill Sans MT',
' Calibri', 'Trebuchet MS', 'sans-serif';
}
th,