-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
100 lines (83 loc) · 1.23 KB
/
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
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
99
100
header {
width: 60%;
padding: 20px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
section {
width: 80%;
padding: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
footer {
width: 60%;
padding: 20px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.background {
background-color: white;
width: 900px;
height: 90%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
body {
background-color: #218db9;
}
.nav {
list-style-type: none;
display: inline-block;
float: center;
width: 60%;
left: 20%;
right: 20%;
}
.cvdescription {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
text-align: left;
}
li a {
float: left;
display: block;
width: 20%;
text-align: center;
padding: 0px 20px 0px 20px;
}
h6 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
.posttitle {
padding: 10px 0px 0px 0px;
margin: 20px 0px 5px 0px;
}
.cvheading {
margin: 30px 0px 0px 0px;
}
h3 {
margin: 0;
}
.cvitem {
margin: 0px 0px 0px 40px;
}
.cvtitle {
padding: 10px 0px 0px 0px;
margin: 20px 0px 5px 0px;
}
.cert {
margin: 20px 0px 0px 50px;
padding: 10px 0px 10px 50px;
text-align: left;
}
.uniclass {
list-style-type: none;
}
@media screen and (max-width: 800px) {
}