-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (42 loc) · 638 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (42 loc) · 638 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
49
* {
font-family: Garamond;
}
h1 {
padding-top: 50px;
text-align: center;
vertical-align: center;
background-color: darkcyan;
color: white;
text-transform: uppercase;
}
h3 a {
font-style: italic;
text-transform: lowercase;
}
nav {
height: 30px;
width: 100%;
}
nav a {
height: 25px;
padding: 10px;
margin-right: 20px;
border: 2px;
border-style: solid;
border-color: white;
border-style: hidden;
vertical-align: center;
background-color: dodgerblue;
color: white;
text-decoration: none;
}
nav a:hover {
background-color: darkcyan;
}
nav a.sel {
border-style: solid;
border-color: black;
}
p {
width: 500px;
}