-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (84 loc) · 1.57 KB
/
style.css
File metadata and controls
84 lines (84 loc) · 1.57 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
html {
min-width: 1100px;
}
.Over{
text-align: center;
position: absolute;
margin-top: 300px;
text-align: center;
justify-content: center;
color: rgb(250, 42, 15);
}
body {
background-color: rgb(159, 206, 228);
color:rgb(24, 45, 99);
font-size: 40px;
font-family: 'Nunito', sans-serif;
text-align: center;
transition: 1s;
}
.header {
text-align: center;
margin: -8px;
padding: 15px;
margin-bottom: 20px;
background-color: rgb(63, 152, 194);
color: rgb(18, 71, 150);
font-size: 80px;
}
canvas {
/*margin-top: 50px;*/
border-radius: 20px;
border: solid 10px rgb(119, 154, 219);
background-color: rgb(213, 236, 255);
}
footer {
text-align: left;
padding: 10px 30px;
position: fixed;
bottom: 0;
left: 0;
}
button {
font-family: 'Nunito', sans-serif;
background-color: rgb(66, 177, 177);
border-radius: 5px;
border: none;
color: white;
}
button:hover {
background-color: rgb(40, 158, 212);
box-shadow: rgb(79, 176, 221) 2px 2px 20px;
transition: 0.5s;
}
button:focus {
outline: 0;
}
button:active {
background-color: rgb(113, 219, 219);
transition: none;
}
.reset {
position: absolute;
margin: 10px;
height: 75px;
padding: 0px 15px;
font-size: 40px;
width: 140px;
right: 10px;
}
.coin {
position: absolute;
margin: 10px;
height: 75px;
padding: 0px 15px;
width: 140px;
left: 10px;
display: inline-flex;
}
.Coins {
padding-left: 20px;
padding-top: 5px;
display: flex;
color: blue;
}