Problem-2038-site/style.css

21 lines
283 B
CSS

body{
background-color: #000;
color: #fff;
font-family: 'Heebo', sans-serif;
}
#prog{
width: 100%;
}
#time-left{
font-size: 10em;
}
#time-left-readable{
text-align: center;
cursor: pointer;
}
#title{
text-align: center;
}
a:visited{
color: #fff;
}