-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
123 lines (111 loc) · 2.09 KB
/
stylesheet.css
File metadata and controls
123 lines (111 loc) · 2.09 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.header {
text-align: center;
padding: 25px;
border-bottom: 20px;
background-color: cadetblue;
width: 100%;
font-size: 40px;
}
.firstBackground {
background-color: dimgrey;
padding-bottom: 45%;
}
.firstPtag {
color: rgb(241, 241, 241);
text-align: center;
width: 70%;
margin-left: 15%;
margin-right: 15%;
}
.startBtn {
height: 60%;
width: 20%;
margin-left: 38%;
margin-right: 15%;
background-color: yellow;
}
h3 {
text-align: center;
background-color: dodgerblue;
width: 50%;
border-style: ridge;
border-width: 2px;
font-size: 20px;
}
#continueBtn {
background-color: violet;
}
.GAMEOVER {
font-size: 48px;
font-weight: 1000;
font-style: oblique;
color: rgb(233, 214, 162);
text-shadow: -5px -2px #212529;
}
.headerGo {
margin-bottom: 2%;
}
.endScore {
background-color: red;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.savedSco {
color: lightslategrey;
text-align: left;
font-size: 35px;
font-style: oblique;
font-weight: 1000;
text-shadow: -5px 5px darkslategrey;
margin-top: -1%;
margin-left: 1%;
margin-bottom: -1%;
}
.btnEnd1 {
color: teal;
background-color: khaki;
border-style: groove;
margin-left: 65%;
border-radius: 6px;
padding: 10px;
font-size: 20px;
font-weight: 800;
}
.btnEnd2 {
color: palegoldenrod;
background-color: lightseagreen;
border-style: groove;
border-radius: 6px;
padding: 10px;
font-size: 20px;
font-weight: 800;
}
li {
font-size: 30px;
-webkit-text-stroke-width: thin;
width: 153%;
text-shadow: 2px 2px 3px darkred;
color: goldenrod;
margin-top: -2%;
margin-bottom: 1%;
}
.endscoreEdit {
background-color: wheat;
border-style: ridge;
border-width: 2px;
padding-bottom: 0;
text-align: center;
font-size: 1px;
margin-bottom: 0%;
border-radius: 5px;
}