-
Notifications
You must be signed in to change notification settings - Fork 0
/
kidshovr.html
139 lines (123 loc) · 4.29 KB
/
kidshovr.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kidshovr</title>
<style>
body{
background-color:white;
border: 1px solid rgb(155, 148, 148);
}
.p-bold{
font-weight: bold;
}
#kidshovr{
margin: auto;
margin-top: 50px;
width: 95%;
display: flex;
justify-content: space-between;
}
#kidstry>h3{
margin-left: -200px;
}
#img1{
margin-left: -200px;
}
#img2{
margin-left: -5px;
margin-top: -500px;
}
#img{
margin-left: -200px;
}
#img{
margin-left: -200px;
}
</style>
</head>
<body>
<div id="kidshovr">
<div class="p-bold">
<h2>Kids</h2>
<p>Girl's New Arrivals</p>
<p>Girl's Best Sellers</p>
<p>Girl's Top Rated</p>
<p>Girl's Brands We Love</p>
<p>Girl's The Re-Imagined Shop</p>
<p>Shop All Girls</p>
<p>Girl's Sale</p>
<br>
<p>Boys's New Arrivals</p>
<p>Boys's Best Sellers</p>
<p>Boys's Top Rated</p>
<p>Boys's Brands We Love</p>
<p>Boys's The Re-Imagined Shop</p>
<p>Shop All Boys</p>
<p>Boys's Sale</p>
</div>
<div id="girlsh">
<h3>Girls</h3>
<p>All Clothing</p>
<p>Dresses & Jumpsuits</p>
<p>Tops & Tees</p>
<p>Graphics Shop</p>
<p>Shorts</p>
<p>Swim & Rash Guards</p>
<p>Leggings & Pants</p>
<p>Skirts</p>
<p>Active</p>
<p>Pajams</p>
<p>Sweatshirts & Sweatpants</p>
<p>Matching Sets</p>
<p>Denim</p>
<p>Coats & Jackets</p>
<p>Sweaters</p>
<p>Baby</p>
<p>All Accessories</p>
<p>Fun Finds</p>
</div>
<div id="Boysh1">
<h3>Boys</h3>
<p>All Clothing</p>
<p>Shirts</p>
<p>T-shirts & Pools</p>
<p>Graphics Shop</p>
<p>Shorts</p>
<p>Swim & Rash Guards</p>
<p>Active</p>
<p>Swearshirts & Sweatpants</p>
<p>Sweaters</p>
<p>Chinos & Pants</p>
<p>Denim</p>
<p>Suiting</p>
<p>Coats & Jackets</p>
<p>Matching Sets</p>
<p>Baby</p>
<p>All Accessories</p>
<p>All Shoes & Sneakers</p>
</div>
<div id="kidstry" style="display: inline;">
<h3 style="margin-left: 1px;">Shops,Stories & More</h3>
<div>
<span>
<img style="margin: 10px;margin-left: 0;" src="https://www.jcrew.com/brand_creative/2022/202206-Jun/flyout/2022jun_0607_flyouts_cc_img0.jpg" width="150px">
</span>
<span>
<img style="margin: 10px;" src="https://www.jcrew.com/brand_creative/2022/202206-Jun/flyout/2022jun_0607_flyouts_cc_img1.jpg" width="150px">
</span>
<br>
<span style="font-size: 13px;">Tween Spirit</span>
<span style="font-size: 13px;margin-left: 90px;">Our(mini) swiming mood</span>
<br><br>
</div>
<div style="">
<img style="margin: 6px;margin-left: 0;" src="https://www.jcrew.com/brand_creative/2022/202206-Jun/flyout/2022jun_0607_flyouts_cc_img2.jpg" width="100px">
<img style="margin: 6px;" src="https://www.jcrew.com/brand_creative/2022/202206-Jun/flyout/2022jun_0607_flyouts_cc_img3.jpg" width="100px">
<img style="margin: 6px;" src="https://www.jcrew.com/brand_creative/2022/202206-Jun/flyout/2022jun_0607_flyouts_cc_img4.jpg" width="100px">
</div>
</div>
</body>
</html>