-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (62 loc) · 893 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body{
background-color: #587e76;
color: #FFEBCD;
font-family: optima, veranda, sans-serif;
margin: 10% 20%;
}
h1{
text-align: center;
font-size: 36px;
color: #FFEBCD;
}
h4{
margin-bottom: 0;
}
h5{
margin: 0;
}
h6{
margin: 0;
}
img{
display: block;
width: 300px;
margin-left: auto;
margin-right: auto;
}
.bio{
padding-left: 70px;
padding-right: 70px;
}
.exp-header{
text-align: center;
text-transform: uppercase;
border: 1px solid #424b54;
border-radius: 20px;
background-color: rgba(0,0,0, 0.2)
}
.edu-header{
text-align: center;
text-transform: uppercase;
border: 1px solid #424b54;
border-radius: 20px;
background-color: rgba(0,0,0, 0.2)
}
a:link {
color: #ebcf9c;
}
a:visited {
color: #f7c17a;
}
a:hover {
color: #c5baaf;
}
.exp{
padding-left: 30px;
}
ul{
list-style-type: square;
}
.footer{
margin: 20px
}