-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.css
55 lines (49 loc) · 870 Bytes
/
index.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
.app-name-link img {
width: 200px;
}
img {
margin: 4px;
}
.etest-img {
display: none;
}
.etest-col-2 {
width: 20%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-3 {
width: 30%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-4 {
width: 40%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-5 {
width: 50%;
}
.etest-col-6 {
width: 60%;
}
.etest-col-7 {
width: 70%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-3,
img[title='::etest-col-3'] {
width: 30%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-5,
img[title='::etest-col-5'] {
width: 50%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-8,
img[title='::etest-col-8'] {
width: 80%;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.etest-col-9 {
width: 90%;
}