-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (77 loc) · 1.18 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.col0 {
float: left;
width: 19%;
}
.col1 {
float: left;
width: 19%;
}
.col2 {
float: left;
width: 19%;
}
.col3 {
float: left;
width: 19%;
}
.col4 {
float: left;
width: 19%;
clear: right;
}
body {
background-color: rgb(0,50,72);
}
footer {
color: white;
font-family: 'Ubuntu', sans-serif;
font-size: 25px;
}
h2 {
margin: 0px;
color: white;
font-family: 'Ubuntu', sans-serif;
font-size: 25px;
}
#instructions {
text-decoration: underline;
}
h3 {
margin: -5px 0px -5px 3px;
color: white;
font-family: 'Ubuntu', sans-serif;
font-size: 15px;
}
.heading {
text-align: center;
font-family: 'Ubuntu', sans-serif;
margin: 0px 0 -20px 0;
color: white;
}
article {
clear: both;
}
div {
text-align: center;
color: white;
font-family: 'Ubuntu', sans-serif;
border: 1px solid rgb(250,68,0);
padding: 42px 0 42px 0;
}
button {
font-size: 20px;
margin: 90px auto 30px auto;
display: block;
padding: 20px;
color: white;
font-family: 'Ubuntu', sans-serif;
background-color: rgb(0, 50, 72);
}
button:hover {
background-color: rgb(250, 68, 0);
box-shadow: 0 5px 5px 0 white;
}
#lives {
float: right;
margin: 0px 60px 0 0;
}