-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (52 loc) · 867 Bytes
/
style.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
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 10px;
max-width: 1000px;
margin: auto;
}
h1 {
font-size: 3em;
letter-spacing: .2em;
padding-top: .1em;
padding-bottom: .1em;
}
h2 {
font-size: 1.5em;
/* padding-bottom: .6em; */
}
main {
display: grid;
grid-template-columns: 30% 70%;
margin-top: 1.5em;
}
header {
text-align: center;
margin: auto 2em;
}
section {
margin: auto 1em 1em 2em;
}
i {
margin-right: .5em;
}
p {
margin: 0.5em auto;
}
hr {
border: none;
background-color: lightgray;
height: 1px;
}
h1, h2 {
font-weight: 400;
margin-bottom: 0.5em;
}
#mainLeft {
border-right: 1px solid lightgray;
}
a:visited{
color: blue;
}
b{
margin-top: 0.1em;
}