-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmyCSS.css
More file actions
68 lines (53 loc) · 1.11 KB
/
myCSS.css
File metadata and controls
68 lines (53 loc) · 1.11 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
/* --------------------------------------------------------
Style Sheet for allisonburtch.net
last modified: 11.01.2013
allisonburtch@gmail.com
----------------------------------------------------------*/
.logo {
position:relative;
padding-top: 0px;
padding-bottom: 50px;
}
#navbarList {
float: left;
list-style-type: none;
font-family: Verlag-Light;
text-transform: uppercase;
letter-spacing: 0.15em;
font-size: small;
text-decoration: none;
color: #fff;
background-color: rgba(0, 0, 0, 0);
display: block;
padding: 0.75em;
}
#navbarList
li a:hover {
background-color: rgba(5, 0, 0, 25);
}
#container {
position: relative;
float: left;
padding-left: 2em;
font-family: Verlag-Light;
letter-spacing: 0.15em;
color: black;
background-color: white }
.works {
position: relative;
float: left;
width: 250px;
font-family: Verlag-Light;
font-size: small;
text-transform: uppercase;
letter-spacing: 0.15em;
font-size: small;
text-decoration: none;
color: #fff;
padding-top: 15px;
margin: 5px 5px 5px 5px;
}
.works
#description a:hover {
background-color: rgba(5, 0, 0, 25);
}