46 lines
593 B
CSS
46 lines
593 B
CSS
body
|
|
{
|
|
text-align:center;
|
|
background:black;
|
|
font-family: 'Raleway', sans-serif;
|
|
}
|
|
|
|
div.new_year_text_css
|
|
{
|
|
text-align:center;
|
|
color:red;
|
|
font-size:50px;
|
|
}
|
|
|
|
table.center {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
div.new_year_count_css
|
|
{
|
|
text-align:center;
|
|
color:red;
|
|
width:100%;
|
|
display:block;
|
|
}
|
|
|
|
div.t_css
|
|
{
|
|
/*border: solid 1px;*/
|
|
float: left;
|
|
font-size:200px;
|
|
}
|
|
div.tsimple_css
|
|
{
|
|
/*border: solid 1px;*/
|
|
font-size:20px;
|
|
color: #FF0000;
|
|
}
|
|
div.unit
|
|
{
|
|
/*border: solid 1px;*/
|
|
float: left;
|
|
color: green;
|
|
font-size:120px;
|
|
}
|