NewYear/newyear.css

19 lines
200 B
CSS

body
{
background:black;
}
div.new_year_text_css
{
text-align:center;
color:red;
font-size:50px;
}
div.new_year_count_css
{
text-align:center;
color:red;
font-size:250px;
}