-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
144 lines (116 loc) · 1.8 KB
/
Copy pathstyles.css
File metadata and controls
144 lines (116 loc) · 1.8 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
* {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica;
}
/* Header */
.hero {
background: #996633;
padding-top: 100px;
}
.heading {
position: relative;
overflow: auto;
}
h1 {
color: white;
font-size: 6em;
font-family: Helvetica;
}
.tagline {
color: white;
font-size: 3em;
}
.see-cookies {
border: 2px solid white;
padding: 2px 10px 5px 10px;
font-size: 3.5em;
color: white;
border-radius: 10px;
text-decoration: none;
margin-top: 20px;
}
.see-cookies:hover {
color: #996633;
background: white;
text-decoration: none;
}
.review {
font-size: 20px;
}
.cookies-bg {
background-image: url(images/cookies-bg.jpeg);
background-position: left bottom;
height: 350px;
background-attachment: fixed;
}
.product {
padding-top: 10px;
margin-bottom: 10px;
}
.product img {
border: 1px solid lightgray;
padding: 5px;
}
.product img:hover {
border: 1px solid #bc2e00;
}
.clear {
clear: both;
}
h2 {
text-align: center;
font-size: 2.5em;
color: #bc2e00;
border-bottom: 2px solid #bc2e00;
padding-bottom: .5em;
padding-top: 1.5em;
}
.quote {
margin-top: 10px;
margin-bottom: 30px;
font-weight: bold;
vertical-align: top;
}
.quote img {
border-radius: 50%;
}
.spacer {
margin-top: 40px;
margin-bottom: 40px;
}
.add-new {
width: 100%;
background: rgba(255,255,255, 0.6);
text-align: center;
font-size: 80px;
padding: 20px 20px;
border-radius: 20px;
}
.add-new div {
margin-bottom: 10px;
}
.add-new div a {
color: white;
}
.add-new div a:hover {
/*text-decoration: none;*/
}
.form-container {
background: #3b0e00;
color: white;
font-size: 1.5em;
padding: 40px;
}
.form-heading {
color: white;
font-weight: normal;
border-color: white;
padding-top: 0;
margin-bottom: 1em;
}
.center img {
margin: 0 auto;
}