-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
71 lines (67 loc) · 1.23 KB
/
index.css
File metadata and controls
71 lines (67 loc) · 1.23 KB
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
*{
/* background-image: url(images/background.png); */
margin: 0;
padding: 0;
}
body
{
background-image: url(images/background.png);
}
.starter_message{
text-align: center;
font-size: 4em;
/* font-family: 'Archivo Narrow', sans-serif; */
font-family: 'Paytone One', sans-serif;
font-weight: 400;
background-image: none;
color:rgb(248, 203, 55);
text-shadow: -3px 3px 0 #fff, 3px 3px 0 #fff,3px -3px 0 #fff, -3px -3px 0 #fff;
}
.button
{
/* justify-content: center; */
text-align: center;
padding-top: 8em;
}
.btn{
border-radius: 1em;
background-color: transparent;
border: .2em solid white;
padding: .7em;
font-size: 2em;
font-weight: 300;
color: white;
}
.btn:hover{
cursor: pointer;
}
.color{
border: 3px solid rgb(14, 202, 58);
}
.hidden-q1{
content-visibility: hidden;
}
.visible-q1{
content-visibility: visible;
}
.first_hidden{
content-visibility: hidden;
}
.hidden-q2{
content-visibility: hidden;
}
.visible-q2{
content-visibility: visible;
}
.hidden-q3{
content-visibility: hidden;
}
.visible-q3{
content-visibility: visible;
}
.hidden-q4{
content-visibility: hidden;
}
.visible-q4{
content-visibility: visible;
}