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.
28 lines
321 B
28 lines
321 B
2 months ago
|
body
|
||
|
{
|
||
|
font-family: Delicious;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 20;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
div#fps
|
||
|
{
|
||
|
font-size: 20;
|
||
|
font-weight: bold;
|
||
|
|
||
|
outline-font-effect: outline;
|
||
|
outline-width: 1px;
|
||
|
outline-color: black;
|
||
|
|
||
|
text-align: right;
|
||
|
|
||
|
position:absolute;
|
||
|
top: 5px;
|
||
|
right: 10px;
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
|