-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstorefront.css
More file actions
113 lines (113 loc) · 2.27 KB
/
Copy pathstorefront.css
File metadata and controls
113 lines (113 loc) · 2.27 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
/*Common*/
body {
background: url(img/poppy_field.jpg) no-repeat;
padding: 0;
margin: 0;
background-size: cover;
}
div.title{
background: goldenrod no-repeat;
text-align: center;
margin-top: 50px;
margin-right: 700px;
margin-bottom: 200px;
margin-left: 700px;
}
/*Header*/
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 7.5em;
letter-spacing: -0.025em;
color: green;
margin: 0.5em 0 0.5em 0;
}
h2 {
font-weight: 300;
font-size: 3.8em;
margin: -0.4em 0 0 1.0em;
letter-spacing: 0.05em;
color: yellow;
text-transform: uppercase;
}
/*Purchasable Items*/
h3 {
background-color: peachpuff;
}
section #flowerimgs {
background-color: #FCFBE6;
background-color: rgba(252,251,243,0.7);
margin: 0 0 2.0em;
padding: 1.5em 0 2.0em 1.5em;
display: inline-block;
border-radius: 2em;
box-shadow: 1px 1px 5px #777;offset-x | offset-y | blur-radius | color
}
section div.portfolio{
float: left;
position: relative;
width: 250px;
margin: 0 0.5em 2.0em 0.5em;
padding: 1.4em;
background-color: white;
border-radius: 0.7em;
}
section div.portfolio img.flowertype {
width: 100%;
}
/*Top Help Bar*/
nav {
color: black;
font-size: 1.7em;
letter-spacing: 0.02em;
padding: 1.0em 1.0em 0.5em;
margin: 1.0em 0 ;
}
nav li {
display: inline-block;
margin: 0;
}
nav li a, nav li a:visited {
text-decoration: none;
color: red;
padding: 0.1em 0.25em;
background-color: white;
}
nav li a:hover {
background-color: rgba(221, 221, 217, 0.849);
}
nav#helpbar {
float: left;
margin: -1.7em 0 0 0;
padding: 0.35em;
background-color: rgba(204, 119, 153, 0.856);
height: 2.3em;
}
/*Middle Section*/
section#infodump {
float: left;
background-color: white;
border-color: black;
border-width: 1px;
display: block;
border-style: solid;
width: 300px;
margin: 1.5em 0 1.5em 1.5em;
padding: 1.5em 0.5em 1.5em 1.5em;
}
/*Footer*/
footer {
height: 35px;
font-size: 15px;
color: black;
text-align: center;
background-color: peachpuff;
}
footer a:hover {
color: blue;
text-decoration: underline;
}
footer ul li {
display: inline-block;
padding: 0 0.7em 0 0;
margin: 0;
}