-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
67 lines (54 loc) · 1.26 KB
/
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
54
55
56
57
58
59
60
61
.upperDiv {
text-align: center;
border-radius: 15px;
background: rgb(1, 151, 122);
margin-right: auto;
margin-left: auto;
margin-top: 100px;
width: 33%;
padding: 15px;
box-shadow:
0 2.8px 2.2px rgb(0, 0, 0),
0 6.7px 6.7px rgb(0, 0, 0),
0 12.5px 10px rgba(0, 0, 0, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12);
}
tbody {
text-align: center;
}
table {
width: 300px;
padding-top: 10px;
border-collapse: separate;
border-spacing: 5px;
border-radius: 15px;
background: rgb(1, 151, 122);
margin-right: auto;
margin-left: auto;
margin-top: 50px;
box-shadow:
0 2.8px 2.2px rgb(0, 0, 0),
0 6.7px 6.7px rgb(0, 0, 0),
0 12.5px 10px rgba(0, 0, 0, 0.06),
0 22.3px 17.9px rgba(0, 0, 0, 0.072),
0 41.8px 33.4px rgba(0, 0, 0, 0.086),
0 100px 80px rgba(0, 0, 0, 0.12);
}
td {
padding: 5px;
}
.firstGroup {
background: snow;
}
.secondGroup {
background: rgb(241, 241, 242);
}
.id {
text-align: center;
}
body {
text-align: center;
background: rgba(213, 213, 213, 0.79);
}