speedometer/style.css

17 lines
178 B
CSS
Raw Normal View History

2019-02-21 18:07:06 -07:00
body {
margin: 0;
background: #080808;
color: #FFF;
}
#speed, #units {
font-family: 'sans';
text-align: center;
}
#units {
font-size: 10vw;
}
#speed {
font-size: 30vw;
}