-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (90 loc) · 1.97 KB
/
style.css
File metadata and controls
96 lines (90 loc) · 1.97 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
body{
background: url("https://fsa.zobj.net/crop.php?r=uPthWuoCEcUezc1aWDlAXyT1VUEz7oEhkKigURfPU6ZRjPL0p6xrlqwfQ1KBpcAVJvARkgNbIA19FN8ZhgBYtlVpEPnKjXEPC7NuRYxSskwnlswVDdcUPrMXrxj7TmyqFsr3_rr27hGNClDmEgIGvH9DRU2stASRDJSpygGSYCHzCF9g1mk9FzjnJ2HlMNR3wIgLz1VeaSMTmBEK") center center no-repeat;
background-size: cover;
position: relative;
margin: 0px 0px 0px 0px;
font-family: 'Josefin Sans', sans-serif;
background-color: black;
}
#wrapper {
min-height: 100%;
margin-bottom: -70px;
}
#main_body{
width: 1100px;
background-color: black;
margin: auto;
}
#cssSlider {
width: 1100px;
height: auto;
overflow: hidden;
border: 0px solid #666;
margin: 0 auto;
margin-bottom: 15px;
}
#sliderImages {
width: 5500px;
height: 593px;
overflow: hidden;
-webkit-animation: slide 16s infinite;
animation-name: slide;
animation-duration: 16s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
}
#store-links{
width: 100%;
text-align: center;
color: white;
}
#New {
display: inline-block;
width: 33.05%;
height: 373px;
background-color: black;
vertical-align: top;
}
#Beginner{
display: inline-block;
width: 33.05%;
height: 373px;
background-color: black;
vertical-align: top;
}
#Accessories{
display: inline-block;
width: 33.05%;
height: 373px;
background-color: black;
vertical-align: top;
}
#mailing_and_trending{
width: 100%;
margin: 10px 0px 0px 0px;
text-align: center;
}
#mailing-list {
height: 200px;
width: 30%;
background-color: hotpink;
padding: 15px 20px 20px 20px;
margin: 0px 0px 10px 0px;
float: left;
}
.input {
display: flex;
align-items: center;
}
#trending-freq{
width: 62%;
height: 200px;
float: right;
background-color: hotpink;
padding: 5px 20px 30px 20px;
margin: 0px 0px 10px 0px;
}