-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
79 lines (70 loc) · 1.39 KB
/
Copy pathindex.css
File metadata and controls
79 lines (70 loc) · 1.39 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
body {
background: #232f34;
background-size: cover;
font-family: cursive;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.container {
background: #4A6572;
margin-top: 40px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 60px;
border-radius: 20px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
h1 {
margin-top: 5px;
margin-bottom: 5px;
color: white;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
p {
color: white;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
button {
font-family: cursive;
display: block;
border: none;
padding: 10px 20px;
color: #34495;
width: 200px;
font-weight: bold;
margin: 5px auto;
margin-bottom: 15px;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
#increment-btn {
background: #F9aa33;
}
#save-btn {
background: #f9aa33;
}
#total-btn {
background: #f9aa33;
}
.glow {
margin-bottom: 40px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
font-size: 50px;
color: #black;
text-align: center;
color: #f9aa33;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}