-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-style.css
More file actions
58 lines (48 loc) · 848 Bytes
/
css-style.css
File metadata and controls
58 lines (48 loc) · 848 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
54
55
56
57
58
body {
background-image: url(http://bradjasper.com/subtle-patterns-bookmarklet/patterns/linedpaper.png); background-size: auto; background-repeat: repeat repeat;
width: 95%;
margin:auto;
position:relative;
}
html{
height: 100%;
overflow-x: hidden;
}
.social-links-li {
display:inline-block;
margin:0 10px;
}
#social-links {
margin: 30%;
}
.email-icon {
width:65px;
position:relative;
}
.github-icon {
width: 65px;
position:relative;
}
.resume-icon {
width: 45px;
border: #e0e0e0 solid 1px;
}
.linkedin-icon {
width:65px;
position:relative;
}
.phone-icon {
width:65px;
}
.my_number {
height:33px;
width:139px;
font-size:27px;
color: #1d1e19;
margin: 0 0 0 61px;
-webkit-text-shadow: 2px 2px 3px #b8be9e;
-moz-text-shadow: 2px 2px 3px #b8be9e;
text-shadow: 2px 2px 3px #b8be9e;
}
.resume {
}