-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (51 loc) · 964 Bytes
/
style.css
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
html {
height: 10vh;
width: 100%;
background-color: #aee6e5;
}
.body-main{
height: 100%;
}
.button {
width: 66px;
padding: 20px;
margin: 0 4px;
border: 2px solid black;
border-radius: 50%;
cursor: pointer;
font-weight: bold;
background-color: rgb(195, 172, 193);
box-shadow: 2px 2px 11px rgb(0, 0, 0);
}
.row {
margin: 8px 0;
color: aqua;
}
.yellow{
background-color: rgb(226, 154, 19);
z-index: 10;
}
.grey{
background-color: rgb(238, 232, 232);
z-index: 15;
}
.row input {
width: 291px;
font-size: 20px;
margin: 0;
padding: 8px 0px;
border: 2px solid black;
border-radius: 5px;
}
.center{
text-align: center;
}
footer{
width: 100%;
background-color: black;
color: white;
align-items: center;
text-align: center;
position: absolute;
bottom: 0px;
}