working api, frontend, sensors and camera

This commit is contained in:
yeet
2022-01-03 20:50:24 +02:00
parent 9da65e8dc1
commit ca14043788
7 changed files with 138 additions and 11 deletions

24
static/style.css Normal file
View File

@ -0,0 +1,24 @@
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
body{
height:100%;
display:flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
font-family:"Ubuntu";
}
#weather-data li{
list-style: none;
}
#weather-data{
font-size: xx-large;
background-color: lightgray;
padding-right: 25px;
}
#camera{
padding: 20px;
}