-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.css
More file actions
54 lines (53 loc) · 934 Bytes
/
about.css
File metadata and controls
54 lines (53 loc) · 934 Bytes
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
body {
margin: 0;
padding: 0;
}
.box h1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 100;
font-size: 40px;
position: absolute;
margin-left: 40%;
margin-top: 5%;
}
.box img {
width: 30%;
position: absolute;
margin-top: 10%;
}
.card1 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 20%;
position: absolute;
margin-left: 30%;
margin-top: 10%;
text-align: center;
}
.card1 img {
width: 100%;
}
.card2 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 20%;
position: absolute;
margin-left: 53%;
margin-top: 10%;
text-align: center;
}
.card2 img {
width: 100%;
}
.card3 {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 20%;
position: absolute;
margin-left: 76%;
margin-top: 10%;
text-align: center;
}
.card3 img {
width: 100%;
}