You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
212 B
CSS

#textcontainer{
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
background-color: yellow;
font-size: 72px;
text-align: center;
color: blue;
}