-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.css
69 lines (62 loc) · 960 Bytes
/
aboutus.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
62
63
64
65
66
67
68
69
.about {
/* height: 105vh; */
width: 100%;
/* font-size: 2rem; */
color: white;
background-color: black;
text-align: center;
}
.tech {
font-size: 3rem;
text-decoration: underline;
/* margin-top: 5rem; */
}
.about p {
padding: 4rem 1rem;
}
.fa {
padding: 10px;
text-align: center;
margin: 5px 2px;
font-size: 80px;
width: 27px;
height: 20px;
border-radius: 8px;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-linkedin:before {
content: "\f0e1";
font-size: 20px;
}
.fa-instagram:before {
content: "\f0e1";
font-size: 22px;
}
.fa-instagram {
background: #774562;
color: white;
font-size: 73px;
}
.fa:hover {
opacity: 0.9;
}
footer {
position: relative;
bottom: 0%;
}
.icon {
margin: auto 0.5rem;
}
img {
width: 3rem;
display: inline;
height: auto;
position: relative;
top: 25%;
}
img:hover{
opacity:0.9;
}