forked from jessicacxu/jessicacxu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (45 loc) · 665 Bytes
/
style.css
File metadata and controls
55 lines (45 loc) · 665 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
body {
font-family: sans-serif;
margin: 0;
}
header {
background-color: #f0f0f0;
padding: 20px;
text-align: center;
}
h1 {
margin-bottom: 5px;
}
#about {
padding: 20px;
}
.profile-pic {
width: 200px;
height: auto;
border-radius: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}
#resume {
padding: 20px;
}
.job {
margin-bottom: 20px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px;
}
.social-links li {
display: inline;
margin: 0 10px;
a {
color: white;
}
:visited {
color: white;
}
}