1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

added temperature/humidity sensor

This commit is contained in:
2015-08-31 19:42:26 -05:00
parent 7e7719ca92
commit eec9f50229
9 changed files with 182 additions and 25 deletions

View File

@@ -210,4 +210,16 @@ a {
}
.blog-footer p:last-child {
margin-bottom: 0;
}
.lowerLeft{
display: table-cell;
vertical-align: bottom;
height: 400px;
width: 300px;
}
.colorWhite{
color: white;
}