-
Notifications
You must be signed in to change notification settings - Fork 0
/
rubik.html
94 lines (77 loc) · 2.35 KB
/
rubik.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
<!DOCTYPE html>
<html>
<head>
<title>Space Rubik</title>
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/product.css">
</head>
<body>
<div class="header">
<div class="left-section">
<a href="rubik.html" class="space-logo">
<img class="logo" src="picture/Picture1.png">
</a>
</div>
<div class="middle-section">
<div>
<input class="search-bar" type="text" placeholder="Tìm kiếm sản phẩm">
</div>
<div>
<p class="sdt">0961126728</p>
<p class="hotline">Hotline bán hàng</p>
</div>
</div>
<div class="right-section">
<p class="login">Đăng ký/Đăng nhập</p>
<a href="checkout.html" style="text-decoration: none;">
<p class="gio-hang">Giỏ hàng</p>
</a>
<a href="checkout.html">
<div class="cart-container">
<img class="cart-icon" src="icon/cart.png">
<div class="notification js-notifycation">0</div>
</div>
</a>
</div>
</div>
<div class="product-container">
<div class="rubik-type">
<p>RUBIK CƠ BẢN</p>
</div>
<div class="product js-product1">
</div>
</div>
<div class="product-container">
<div class="rubik-type">
<p>RUBIK BIẾN THỂ</p>
</div>
<div class="product js-product2">
</div>
</div>
<div class="product-container">
<div class="rubik-type">
<p>PHỤ KIỆN RUBIK</p>
</div>
<div class="product js-product3">
</div>
</div>
<div style="
margin-top: 200px;
">
<hr>
<div style="margin-left: 20px;">
<h3>Nhóm Space Rubik</h3>
<p><b>-Hotline:</b> 0961126728</p>
<p><b>-Địa chỉ:</b> Cầu Giấy, Hà Nội</p>
<p>Email: [email protected]</p>
</div>
</div>
<div style="
background-color: rgb(221, 221, 221);
margin-bottom: 0;
text-align: center;
">© 2023 Space Rubik. www.spacerubik.vn</div>
<script type="module" src="scripts/rubik.js"></script>
</body>
</html>