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.
24 lines
341 B
24 lines
341 B
13 years ago
|
#scene {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
#dices {
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
#launch {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#launch button {
|
||
12 years ago
|
width: 120px;
|
||
13 years ago
|
margin: 0;
|
||
|
padding-top: 90px;
|
||
|
background: url("images/arrow-up.png") center top no-repeat;
|
||
|
border: none;
|
||
|
cursor: pointer;
|
||
|
font-family: "SFToontimeRegular";
|
||
|
font-size: 24px;
|
||
|
color: #FFF;
|
||
|
}
|