-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp2css.css
118 lines (106 loc) · 1.62 KB
/
exp2css.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
div
{
border-radius: 5px;
}
#header
{
position: fixed;
z-index: 1;
height:40px;
width: 98%;
background-color: #668284;
margin-bottom: 10px
}
#name {
float:left;
margin-left: 20px;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
#email{
float:right;
margin-right: 20px;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
#contact
{
margin-left:45%;
padding-bottom: 10px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
a:hover {
font-weight: bold;
}
.right
{
float: left;
margin-top: 50px;
padding-left:5px;
/*margin-right: -10px;
margin-left: 14%;*/
height: auto;
width: 99%;
background-color: #E3EDD8;
}
/*.left
{
float: left;
margin-top: 50px;
/*margin-right: -90px;
height: relative;
width: 10%;
background-color: #4160E8;
}*/
#footer
{
height:40px;
clear:both;
position: relative;
background-color: #C1E3E1;
width: 99.2%;
}
h3
{
text-decoration: underline;
}
#job-responsibilities
{
padding: 1px;
}
.job-title
{
font-weight: bold;
}
table
{
border: 1px dashed black;
}
td
{
padding: 2px;
border: 1px solid #E88741;
}
#course-name
{
font-weight:bold;
}
#company-name
{
height:2px;
text-decoration:underline;
}
#job-title
{
height: 5px;
}
#heading
{
font-weight:bold;
}