-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
57 lines (47 loc) · 898 Bytes
/
styles.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
body {
margin: 40px 120px 20px 120px;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
text-align: center;
height: 100%;
}
.content {
width: 800px;
text-align: left;
padding: 0;
margin: 0 auto;
}
.info{
font-size: large;
}
.header{
font-size: x-large;
}
img.cat-image{
position: absolute;
right: 10px;
bottom: 10px;
}
.social a {
height: 32px;
width: 32px;
display: inline-block;
margin-right: 5px;
opacity: 0.85;
}
.social a:hover {
opacity: 1;
}
.social a.linkedin {
background: url('/i/linked-in.png') center no-repeat;
width: 42px;
}
.social a.twitter {
background: url('/i/twitter.png') center no-repeat;
width: 39px;
}
.social a.stackoverflow {
background: url('/i/stackoverflow.png') center no-repeat;
}
.social a.github {
background: url('/i/github.png') center no-repeat;
}