-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (48 loc) · 801 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
54
55
56
a:hover, a:visited, a:link, a:active
{
text-decoration: none !important;
font-family: 'Saira Extra Condensed', sans-serif;
}
#wrap {
background: #e7e7e7;
display: flex;
justify-content: center;
padding: 5%;
width: 80%;
}
.container{
}/* Footer links */
.container {
width: 100%;
text-align:center;
position:relative;
top:40%;
}
.social {
padding: 20px;
margin: 0 auto;
display: inline-block;
}
.social img, .social h3 {
width: 70%;
margin-bottom:1.5em;
line-height: 1em;
margin-right: 15px;
}
.social:hover img:hover{
margin-bottom:11%;
transition-duration: 500ms;
opacity:75%;
}
#se{
margin-right:1vw;
}
#dev a h3{
margin-left:1.1em;
}
#se a h3{
margin-left:1.1em;
}
#dev{
margin-left:1vw;
}