-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (37 loc) · 737 Bytes
/
index.css
File metadata and controls
47 lines (37 loc) · 737 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
body {
margin: 0;
background-image: linear-gradient(orangered, white);
background-size: cover;
}
.container {
display: flex;
justify-content: space-around;
text-align: center;
}
.score {
text-align: center;
color: black;
font-size: 500%;
margin: 0;
background-color: ;
}
.scorechanger {
display: flex;
justify-content: space-between;
padding: 10px;
margin: 40px;
}
button {
border: 1px solid black;
padding: 5px 10px;
margin: 0 2px;
color: whitesmoke;
text-shadow: 0 0 5px orangered;
background-color: black;
border-radius: 10px;
}
#resetBtn {
display: flex;
flex-direction: row;
justify-content: center;
}