-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (82 loc) · 1.31 KB
/
style.css
File metadata and controls
98 lines (82 loc) · 1.31 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
* {
margin: 0px;
padding: 0px;
font-family:Helvetica, sans-serif;
color:#efeadb;
}
body {
background-image:url('back.jpg');
}
h1 {
position:relative;
font-size:42px;
font-family: 'Nunito', sans-serif;
top:-15px;
}
a {
text-decoration: none;
outline: none;
}
.card {
border-radius: 15px;
position:relative;
width:600px;
border:none;
background-color:#A1A1A1;
text-align:left;
padding:25px;
margin-top:70px;
margin-bottom:10%;
height:300;
}
.bio {
position:relative;
top:20px;
}
img {
border-radius: 15px;
float:right;
}
p {
position:relative;
}
.cv_head {
font-size:24;
padding-top:10px;
padding-bottom:10px;
}
.header {
height:100px;
}
ul#nav {
width: 600px;
list-style: none;
overflow: hidden;
margin: 25px 0 0 0;
}
ul#nav li {
padding-top:13px;
width: 125px;
height: 33px;
float: left;
background-color: #A1A1A1;
border-radius: 15px;
margin: 0 33px 0 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
}
ul#nav li:nth-child(4) {
margin: 1px 0 0 0;
}
ul#nav li a {
color: #616369;
text-decoration: none;
}
ul#nav li a:hover {
color: #a12121;
}
.head {
display:none;
}