-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (50 loc) · 885 Bytes
/
styles.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
body {
font-family: 'Just Another Hand', cursive;
background-color: #242E6B;
width: 100%;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
}
h1, h2 {
font-weight: 400;
font-size: 200px;
}
#title {
color: #FC8C93;
line-height: 50px;
}
#question {
display: inline;
color: #FFFFFF;
}
#canvas {
vertical-align: top;
display: inline;
border: 5px solid #FFF;
border-radius: 10%;
}
.container {
text-align: center;
margin: 50px auto;
}
.btn {
margin: 10px;
background-color:#FFFFFF;
border-radius:20px;
border-width: 0;
cursor:pointer;
color:#242E6B;
line-height: 70px;
font-family:'Just Another Hand', cursive;
font-size:70px;
letter-spacing: 3px;
padding:13px 32px 0 32px;
text-align: center;
text-decoration:none;
}
.btn:hover {
background-color:#242E6B;
color:#FFFFFF;
}