✨
BIN
static/images/10.png
Normal file
|
After Width: | Height: | Size: 463 KiB |
BIN
static/images/11.png
Normal file
|
After Width: | Height: | Size: 285 KiB |
BIN
static/images/16.png
Normal file
|
After Width: | Height: | Size: 545 KiB |
BIN
static/images/17.png
Normal file
|
After Width: | Height: | Size: 581 KiB |
BIN
static/images/22.png
Normal file
|
After Width: | Height: | Size: 713 KiB |
BIN
static/images/23.png
Normal file
|
After Width: | Height: | Size: 284 KiB |
BIN
static/images/28.png
Normal file
|
After Width: | Height: | Size: 699 KiB |
BIN
static/images/29.png
Normal file
|
After Width: | Height: | Size: 302 KiB |
BIN
static/images/33.png
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
static/images/34.png
Normal file
|
After Width: | Height: | Size: 533 KiB |
BIN
static/images/35.png
Normal file
|
After Width: | Height: | Size: 241 KiB |
BIN
static/images/4.png
Normal file
|
After Width: | Height: | Size: 558 KiB |
BIN
static/images/5.png
Normal file
|
After Width: | Height: | Size: 672 KiB |
BIN
static/korinna.otf
Normal file
80
static/style.css
Normal file
@@ -0,0 +1,80 @@
|
||||
@font-face {
|
||||
font-family: "Swiss 921";
|
||||
src: url(/static/swiss\ 921.ttf) format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Korinna";
|
||||
src: url(/static/korinna.otf) format("truetype");
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #2903c3;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-top: 2%;
|
||||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: auto;
|
||||
border: 18px solid black;
|
||||
border-collapse: collapse;
|
||||
font-family: "Swiss 921";
|
||||
}
|
||||
|
||||
td {
|
||||
border: 10px solid black;
|
||||
border-collapse: collapse;
|
||||
width: 250px;
|
||||
height: 135px;
|
||||
text-align: center;
|
||||
text-shadow: 6px 6px 0px black;
|
||||
}
|
||||
|
||||
td a {
|
||||
color: rgb(255, 204, 0);
|
||||
text-decoration: none;
|
||||
font-size: 70px;
|
||||
}
|
||||
|
||||
.money {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
color: rgb(255, 204, 0);
|
||||
text-decoration: none;
|
||||
font-size: 70px;
|
||||
font-family: "Swiss 921";
|
||||
text-shadow: 6px 6px 0px black;
|
||||
}
|
||||
|
||||
th {
|
||||
border: 15px solid black;
|
||||
border-collapse: collapse;
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
color: white;
|
||||
font-size: 25px;
|
||||
padding: 10px;
|
||||
text-shadow: 3px 3px 1px black;
|
||||
}
|
||||
|
||||
.question {
|
||||
color: white;
|
||||
font-family: "Korinna";
|
||||
text-align: center;
|
||||
font-size: 100;
|
||||
bottom: auto;
|
||||
height: 100%;
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
text-shadow: 5px 5px 1px black;
|
||||
}
|
||||