-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (51 loc) · 886 Bytes
/
style.css
File metadata and controls
59 lines (51 loc) · 886 Bytes
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
body {
background: #1b1b19;
font-size: 16px;
font-family: Helvetica, Arial;
line-height: 1.2em;
color: #222222;
}
pre {
font-family: Consolas, Courier;
font-size: 12px;
color: #444444;
line-height: 12px;
margin-left: 30px;
margin-top: -28px;
}
.instructions {
margin-left: 25px;
}
.button {
margin-left: 10px;
margin-bottom: 120px;
width: 200px;
height: 50px;
}
.question {
background: #f1e6d4;
padding: 15px;
margin: 10px;
}
.odd {
background: #9f9694;
}
.wrong {
border-left: #ba3d49 5px solid;
padding-left: 10px;
}
h1 {
text-align: center;
color: #00ff7e;
}
.ui-button {
position: relative;
left: 700px;
width: 150px;
background-image: linear-gradient(#00ff7e, #1f3d90);
border: 0 !important;
color: #fff !important;
padding: 0 25px !important;
border-radius: 30px !important;
box-shadow: none !important;
}