-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
89 lines (76 loc) · 1.34 KB
/
base.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
body {
margin: 35px;
word-wrap: break-word;
font-family: Courier;
}
header.masthead {
line-height: 1;
color: #333;
margin: 0 auto;
padding: 0;
max-width: 1024px;
font-size: 14px;
}
img {
max-width: 100%;
height: auto;
margin: 2px;
}
.container {
font-size: 14px;
color: #444;
line-height: 140%;
max-width: 1024px;
position: relative;
}
.gif-container {
background-color: white;
font-size: 14px;
color: #444;
line-height: 130%;
text-align: left;
max-width: 900px;
margin: auto;
padding-top: 2px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 2px;
position: relative;
}
.gif-header {
font-size: 14px;
text-align: center;
}
.header-container {
font-size: 14px;
color: #444;
line-height: 180%;
width: 490px;
}
.sidebar {
font-size: 14px;
color: #444;
text-align: left;
vertical-align: top;
max-width: 1024px;
}
footer {
font-size: 14px;
}
a {
text-decoration: none;
}
a:link:not(.calendar-link) {
color: #333;
}
a:hover {
color: #FF0000;
}
.hire-me-paragraph {
margin-top: 8px
}
.headshot {
border-radius: 50%;
height: 200px;
width: auto;
}