-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (66 loc) · 1.2 KB
/
style.css
File metadata and controls
76 lines (66 loc) · 1.2 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
body {
background-color:#04080F;
}
h1 {
margin-top: 60px;
text-align: center;
color: #DAE3E5;
font-size: 80px;
}
button {
border: 2px solid #507DBC;
border-radius: 8px;
background-color: white;
}
button:hover {
background-color: #c4ceda;
}
#container {
height: 370px;
width: 400px;
border: 3px solid #507DBC;
margin: 0 auto;
background-color:#A1C6EA;
border-radius: 15px;
}
#number {
width: 220px;
margin: 0 auto;
margin-top: 25px;
border: 3px solid #507DBC;
text-align: center;
background-color: white;
border-radius: 10px;
font-size: 45px;
}
#container2 {
margin: 0 auto;
width: fit-content;
}
#container3 {
margin: 0 auto;
text-align: center;
width: 220px;
}
#clearbtn {
height: 38px;
width: 100px;
margin-top: 25px;
font-size: 30px;
cursor: pointer;
}
.increment {
height: 25px;
width: 80px;
margin-top: 25px;
font-size: 18px;
margin-right: 25px;
cursor: pointer;
}
.decrement {
height: 25px;
width: 80px;
margin-top: 25px;
font-size: 18px;
cursor: pointer;
}