forked from Mikekh84/cookie-stand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (71 loc) · 1.09 KB
/
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
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
/*Table of Contents - Example
H tags
Div Tags*/
body {
background-color: #FAB0B5;
}
h1 {
color: #8A0606;
font-family: 'Great Vibes';
font-size: 300%;
}
h2 {
font-family: Helvetica;
color: #470047;
}
h4 {
font-family: Helvetica;
}
h5 {
font-family: 'Great Vibes';
font-size: 300%;
padding-bottom: 1%;
}
li {
font-family: "Courier New";
color: #3A003A;
padding-bottom: 6px;
text-align:left;
}
ul {
list-style-type: none;
}
p {
font-family: Georgia;
}
div.header {
background-color:#37CBDB;
text-align: center;
border-radius: 10px;
margin-bottom: 0px;
}
div.locations {
background-color: #E7CBCB;
max-width: 200px;
float: left;
margin-right: 20px;
border-radius: 10px;
}
div.cookies {
background-color: white;
max-width: 850px;
float:left;
padding-left:20px;
padding-right: 1px;
border-radius: 10px;
}
div.cookieimg {
float: left
}
div.events {
float: right;
background-color: #E7CBCB;
padding-left: 6px;
padding-bottom: 10%;
margin-left: 1px;
border-radius: 10px;
}
fieldset{
max-width: 180px;
border-radius: 10px;
}