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
12 lines
212 B
CSS
4 years ago
|
#textcontainer{
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
background-color: yellow;
|
||
|
font-size: 72px;
|
||
|
text-align: center;
|
||
|
color: blue;
|
||
|
}
|