-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.css
44 lines (38 loc) · 939 Bytes
/
recipe.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
/*Header Style*/
h1, h2 ,h3, h4 {
color: rgb(164, 164, 0);
background-color: rgb(240, 240, 240);
font-family: Century Gothic, Futura, Verdana, sans-serif, Serif;
text-decoration: underline;
letter-spacing: 0.2em;
}
h1 {
text-align: center;
font-size: 22pt;
font-weight: bold;
}
h2, h3, h4 {
font-size: 18pt;
font-weight: normal;
}
/*Content Style*/
body {
width: 1024px;
background-image: url(http://courses.cs.washington.edu/courses/cse190m/09sp/homework/1/silverware.jpg);
background-attachment: fixed;
background-color: white;
}
.text {
color: rgb(64, 64, 64);
font-family: Century Gothic, Futura, Verdana, sans-serif, Serif;
}
blockquote.text {
font-style: italic;
background-color: rgb(255, 255, 200);
}
a {
color: rgb(164, 164, 0);
}
ul li {
list-style-image: url(http://courses.cs.washington.edu/courses/cse190m/09sp/homework/1/pie_icon.gif);
}