cleanup
This commit is contained in:
24
src/flask/static/style.css
Normal file
24
src/flask/static/style.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user