You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
332 B
33 lines
332 B
2 months ago
|
body
|
||
|
{
|
||
|
font-family: Delicious;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 20;
|
||
|
color: white;
|
||
|
z-index: -3;
|
||
|
}
|
||
|
|
||
|
body
|
||
|
{
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
div#compiling
|
||
|
{
|
||
|
font-size: 16;
|
||
|
font-weight: bold;
|
||
|
|
||
|
background-color: #303030;
|
||
|
|
||
|
text-align: left;
|
||
|
|
||
|
position:absolute;
|
||
|
bottom: 9px;
|
||
|
right: 40px;
|
||
|
width: 200px;
|
||
|
}
|
||
|
|
||
|
|