added clock

This commit is contained in:
martind2000 2016-03-01 00:49:37 +00:00
parent 66e60b233d
commit b1a7d3389a

View File

@ -107,4 +107,62 @@
}
}
@media (min-width:1280px){
body {
font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial;
background-color: #212121;
color: #fff;
}
#clock {
font-family: 'Share Tech Mono';
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 512px;
background-color: #212121;
font-size: 180px;
text-align: center;
vertical-align: middle;
color: #fff;
}
#clockDisplay {
margin-top: 50;
}
#weather {
position: absolute;
top: 512px;
left: 0;
width: 1280px;
height: 256px;
background-color: #312121;
}
#misc {
position: absolute;
top: 768px;
left: 0;
width: 1280px;
height: 256px;
background-color: #213121;
}
.weatherBit {
color: #fff;
font-size: 36px;
}
.wday {
color: #fff;
text-align: center;
text-transform: capitalize;
}
}