-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
103 lines (88 loc) · 1.63 KB
/
styles.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@page {
padding: 10%;
}
#content {
font-family: 'consolas', Courier, serif;
font-weight: 100;
max-width: 1200px;
margin: 0 0 0 0;
padding: 0 10% 0 10%;
border-left: 80px;
border-style: solid;
border-left-color: black;
}
#background {
background: url(./topography.png);
background-repeat: repeat;
width: 100%;
}
.navigation-bar {
width: 100%;
height: 50px;
float: right;
background-color: #333333;
}
.logo {
display: inline-block;
vertical-align: top;
float: left;
width: 40px;
height: 40px;
margin-left: 80px;
margin-top: 5px;
padding-left: 10%;
}
.navigation-bar ul {
display: flex;
justify-content: flex-end;
}
.navigation-bar li {
display: list-item;
float: left;
text-align:left;
vertical-align: middle;
margin-left: 10px;
text-transform: uppercase;
list-style-type: none;
}
.right_padding {
padding-right: 10%;
}
.navigation-bar a {
display: block;
padding: 0px 10px;
color: #ff0099;
}
h1 {
font-family: 'Robo Slab', 'Times New Roman', serif;
font-size: 52px;
padding-top: 100px;
}
h2 {
font-family: 'Times New Roman', serif;
font-size: 28px;
color: #ff0099;
}
main {
font-size: 18px;
}
hr {
border: 2px dashed black;
border-style: none none dashed;
margin-top: 75px;
margin-left: 48%;
margin-right: 48%;
margin-bottom: 75px;
}
h3 {
font-family: 'Times New Roman', serif;
font-size: 32px;
text-align: center;
}
h4 {
font-family: 'Times New Roman', serif;
font-size: 24px;
}
p {
font-size: 14px;
}