-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
117 lines (98 loc) · 1.8 KB
/
styles.css
File metadata and controls
117 lines (98 loc) · 1.8 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
a { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: black;}
a:focus { text-decoration: none; color: black;}
a:hover, a:active { text-decoration: none; color: black;}
nav {
font-family: 'Cousine', monospace;
text-align: left;
float: left;
max-width: 160px;
margin: 0;
padding: 1em;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul a {
text-decoration: none;
}
.happening {
font-family: 'Cousine', monospace;
width: 500px;
padding-top: 20px;
}
.welcome span{
background-color: #97c7f1;
font-family: 'Cousine', monospace;
}
.welcome {
margin-top: 50px;
}
#bio-nav:hover{
background-color: yellow;
}
.on-bio {
background-color: yellow;
}
#ed-nav:hover {
background-color: pink;
}
.on-resume{
background-color: pink;
}
.image {
padding-left: 95px;
padding-top: 30px;
height: 200px;
}
h1 {
font-family: 'Cousine', monospace;
font-size: 22px;
margin: 0;
margin-bottom: 10px;
padding: 10px;
text-align: left;
letter-spacing: 0.5em;
}
.page-header {
font-family: 'Cousine', monospace;
padding-top: 20px;
padding-left: 185px;
letter-spacing: 0.25em;
}
p {
font-family: 'Cousine', monospace;
padding-left: 185px;
text-align: left;
width: 1000px;
}
.resume-header {
font-family: 'Cousine', monospace;
padding-left: 185px;
color: #6495ed;
}
.date-header {
font-family: 'Cousine', monospace;
font-size: 12.5px;
}
.resume-list {
font-family: 'Cousine', monospace;
padding-left: 200px;
text-align: left;
width: 1000px;
}
.footer span {
background-color: #D3D3D3;
color: black;
text-align: right;
left: 0;
bottom: 0;
width: 100%;
height: 3%;
position: fixed;
}
.footer {
padding-top: 15px;
}