-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (48 loc) · 929 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
html, body {
margin: 0;
background-color:#000020;
color: #E3CEAB;
font-family: 'Press Start 2P', monospace;
}
main {
text-align: center;
margin-top: 10%;
}
h1, h2 { font-weight:normal; }
h1 { font-size: 36px; }
h2 { font-size: 13px; }
footer {
width: 100%;
height: 30%;
background-image: url('./sor-city.gif');
background-size: contain;
background-repeat: repeat-x;
background-position: left bottom;
position: absolute;
bottom: 0;
}
footer>div {
color: #999;
font-size: 7px;
letter-spacing: -1px;
position: absolute;
bottom: 0;
left: 10px;
padding-bottom: 5px;
}
footer>div>a {
color: #999;
}
#input {
width: 400px;
height: 100px;
padding: 10px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0.1);
color: white;
resize: none;
}
#qrcode {
margin-top: 20px;
}