-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (64 loc) · 1.29 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body {background-color: black;}
h1, h2{
color:white;
font-family:"Lora","Courier New","Lucida Sans Typewriter",monospace,serif; /*fallback fonts in order if Lora doesn't work*/
text-align: center;
}
p, a, label.form-check-label {
color:white;
font-family:"Courier New","Lucida Sans Typewriter",monospace,serif;
}
#genBtn {
font-family:"Courier New","Lucida Sans Typewriter",monospace,serif;
}
/*button {*/
/* position: fixed;*/
/* top: 75%;*/
/* left: 50%;*/
/* bring your own prefixes */
/* transform: translate(-50%, -50%);*/
/*}*/
#vertFlex {
/*height: 100vh;*/
min-height: 100vh;
}
#formWrapper {
display: inline-block;
padding-bottom: 160px;
}
.mobileShow {
display: none;
}
.btnWrapper{
margin: auto;
display: block;
text-align: center;
}
.checkWrapper{
margin: auto;
width:90px;
padding-top: 5px;
}
.nameWrapper{
/*margin: auto;*/
/*display: block;*/
/*position: absolute;*/
/*top: 10%;*/
/*left: 50%;*/
/*transform: translate(-50%);*/
padding-top: 40px;
padding-bottom: 40px;
padding-left:10px;
padding-right:10px;
}
.form-check-label{
color:white;
font-family:"Lora","Courier New",monospace,serif;
}
/* Smartphone Portrait and Landscape */
@media
only screen and (max-width: 768px) {
}
.footer{
padding-left:10px;
}