-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.html
115 lines (114 loc) · 3.46 KB
/
new.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
<!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>New</title>
<link rel="stylesheet" href="new.css" />
<link rel="stylesheet" href="navbar.css" />
<script
src="https://kit.fontawesome.com/7a42f325b4.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="check">
<div id="check">
<div id="fontainer">
<div id="up">
<p>
<strong>Shop Now, Pay Later</strong>
with Klarna or Afterpay.
<strong>LEARN MORE▸</strong>
</p>
</div>
<div id="bottom">
<div>
<img
src="https://www.sephora.com/img/ufe/logo.svg"
alt="sephora"
/>
</div>
<div>
<input type="search" placeholder="Search" />
</div>
<div id="logo">
<div>
<img
src="https://www.sephora.com/img/ufe/icons/stores-active.svg"
alt="store"
/>
<span id="house">
<strong>Stores & Services</strong> Choose Your Store</span
>
</div>
<div>
<img
src="https://www.sephora.com/img/ufe/icons/community-active.svg"
alt="community"
/>
<span id="community">Community</span>
</div>
<div>
<img
src="https://www.sephora.com/img/ufe/icons/me-active.svg"
alt="signin"
/>
<span id="sign">Sign IN</span>
</div>
</div>
<div id="logo2">
<div>
<i class="fa-solid fa-comment-dots"></i>
</div>
<div>
<i class="fa-solid fa-heart"></i>
</div>
<div>
<a href="cart.html"
><i class="fa-solid fa-cart-shopping"></i
></a>
</div>
</div>
</div>
<div id="down">
<div><a href="index.html"> Home</a></div>
<div><a href="new.html">New</a></div>
<div><a href="all.html">All Brands</a></div>
<div><a href="new.html"> Skin Care</a></div>
<div><a href="all.html"> Hair</a></div>
<div><a href="new.html"> Fragrance</a></div>
<div><a href="all.html"> Tools & Brushes</a></div>
<div><a href="new.html"> Bath & Body</a></div>
<div><a href="all.html"> Mini Size</a></div>
<div><a href="new.html"> Gifts</a></div>
<div><a href="all.html"> Beauty Under $20</a></div>
<div><a href="new.html"> Sale & Offers</a></div>
</div>
</div>
</div>
</div>
<!-- new -->
<div id="head">
<div id="side">
<span>New</span>
<hr />
<h2>New</h2>
<p>Just Dropped</p>
<p>Makeup</p>
<p>Skincare</p>
<p>Fragrance</p>
<p>Bath & Body</p>
<p>Hair</p>
<p>Tools & Brushes</p>
<hr />
</div>
<div id="container">
<h1>NEW</h1>
<div id="main"></div>
</div>
</div>
</body>
<script src="new.js"></script>
</html>