-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (47 loc) · 703 Bytes
/
style.css
File metadata and controls
48 lines (47 loc) · 703 Bytes
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
a {
text-decoration: none;
color: #0000ff;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #0000ff;
}
body {
font-family: palatino, serif;
padding: 5em 5% 5%;
}
h1 {
font-size: 2.5em;
text-align: center;
margin-bottom: 0em;
font-weight: bold;
}
.last-name {
white-space: nowrap;
}
h2 {
text-align: center;
font-style: italic;
font-weight: normal;
font-size: 1.2em;
margin-top: 0.8em;
margin-bottom: 1.5em;
}
hr {
width: 5em;
}
footer {
margin-top: 2.5em;
font-size: 0.7em;
text-align: center;
}
p {
font-size: 1em;
}
.container {
max-width: 50em;
margin-left: auto;
margin-right: auto;
}