-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtk_Center-Tag.html
19 lines (18 loc) · 1.45 KB
/
tk_Center-Tag.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style>
.Product ,.Menu-Product ,.Blog-Product{
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap; /* Cho phép các phần tử con tràn qua hàng mới khi cần */
justify-content: center; /* Căn chỉnh các phần tử con theo chiều ngang */
}
</style>
<body>
<div class="Menu-Product">
<p class="text-Menu-Product">Menu</p>
<div class="span"><img class="img-span-Menu-Product" src="./img/menu4.webp" alt=""><p class="text-menu-product">Trà Xanh Espresso Marble</p><p class="text-buy">45.000 đ <i class="fas fa-shopping-bag bag"></i></p><p class="text-span">Xem Them</p></div>
<div class="span"><img class="img-span-Menu-Product" src="./img/menu1.webp" alt=""><p class="text-menu-product">Coffee Đường Đen Sữa Đá</p><p class="text-buy">45.000 đ <i class="fas fa-shopping-bag bag"></i></p><p class="text-span">Xem Them</p></div>
<div class="span"><img class="img-span-Menu-Product" src="./img/menu2.webp" alt=""><p class="text-menu-product">Coffee Sữa nóng </p><p class="text-buy">45.000 đ <i class="fas fa-shopping-bag bag"></i></p><p class="text-span">Xem Them</p></div>
<div class="span"><img class="img-span-Menu-Product" src="./img/menu3.webp" alt=""><p class="text-menu-product">Latte Nóng</p><p class="text-buy">45.000 đ <i class="fas fa-shopping-bag bag"></i></p><p class="text-span">Xem Them</p></div>
</div>
</body>