|
|
@ -1,13 +1,11 @@ |
|
|
|
#app { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
background: #212121; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
margin-top: 15%; |
|
|
|
} |
|
|
|
|
|
|
|
.doors { |
|
|
@ -35,7 +33,6 @@ |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
font-size: 3rem; |
|
|
|
} |
|
|
|
|
|
|
@ -57,4 +54,30 @@ button { |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "Ma Super Fonte"; |
|
|
|
src: url('../casino.TTF'); |
|
|
|
} |
|
|
|
|
|
|
|
body{ |
|
|
|
color: rgb(137,46,255); |
|
|
|
font-family: "Ma Super Fonte"; |
|
|
|
text-shadow: 0 0 7px rgb(147,112,219), |
|
|
|
0 0 25px rgb(147,112,219), |
|
|
|
0 0 30px rgb(147,112,219), |
|
|
|
0 0 35px rgb(147,112,219), |
|
|
|
0 0 40px rgb(147,112,219), |
|
|
|
0 0 50px rgb(147,112,219), |
|
|
|
0 0 60px rgb(147,112,219) |
|
|
|
} |
|
|
|
|
|
|
|
h1{ |
|
|
|
color: rgb(137,46,255); |
|
|
|
text-shadow: 0 0 7px rgb(147,112,219), |
|
|
|
0 0 10px rgb(147,112,219), |
|
|
|
0 0 25px rgb(147,112,219), |
|
|
|
0 0 35px rgb(147,112,219), |
|
|
|
0 0 45px rgb(147,112,219) |
|
|
|
} |