-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (62 loc) · 1.1 KB
/
styles.css
File metadata and controls
74 lines (62 loc) · 1.1 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
/* * { border: 1px solid black; } */
@font-face {
font-family: 'Atkinson';
src: url(resources/AtkinsonHyperlegibleNext-SemiBold.otf) format('otf');
}
body {
margin-top: 2em;
font-size: medium;
}
main {
text-align: center;
margin: 0pt;
}
h1,
h2,
h3,
h4 {
font-family: 'Atkinson Hyperlegible Next', 'Trebuchet MS', Arial;
font-weight: 600;
}
h1 {
line-height: 78%;
font-size: xxx-large;
margin-top: 0;
margin-bottom: 8pt;
}
h3 {
font-size: x-large;
margin-top: 2em;
}
p {
max-width: 600px;
font-size: 120%;
font-family: 'Atkinson Hyperlegible Next', Georgia;
}
hr {
border: none;
color: #333;
background-color: #333; /* Modern Browsers */
height: 3px;
}
.subname {
font-size: large;
font-family: 'Atkinson Hyperlegible Next', Georgia;
}
.icon {
position: relative;
top: 4px;
}
.email {
font-family: 'Courier New', Courier, monospace;
text-decoration: none;
color: black;
font-size: large;
}
#card,
#text {
text-align: left;
display: inline-block;
vertical-align: top;
padding: 0.5em;
}