mirror of
https://github.com/KevinMidboe/fanController.git
synced 2025-12-08 04:09:01 +00:00
Moved style and js to seperate files.
This commit is contained in:
47
public/style.css
Normal file
47
public/style.css
Normal file
@@ -0,0 +1,47 @@
|
||||
html * {
|
||||
font-family: 'Ubuntu', sans-serif !important;
|
||||
}
|
||||
.myContainer {
|
||||
margin-top: 85px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.myBg {
|
||||
background-color: #eee;
|
||||
}
|
||||
.btn {
|
||||
height: 60px;
|
||||
width: 120px;
|
||||
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.state_display {
|
||||
height: 150px;
|
||||
width: 80%;
|
||||
margin-top: 70px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 45px;
|
||||
background-color: white;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-radius: 4px;
|
||||
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
}
|
||||
.state_display h4 {
|
||||
position: absolute;
|
||||
margin-top: -70px;
|
||||
}
|
||||
.footer {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
padding-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user