Giới thiệu sản phẩm
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Moody Store</title>
<link rel="stylesheet" href="{% static 'style.css' %}">
</head>
<body>
<header>
<div class="logo">Furniture House</div>
<nav>
<a href="#">Home</a>
<a href="#">Store</a>
<a href="#">Accessories</a>
<a href="#">Contact</a>
</nav>
</header>
<div class="banner">
<h1>SALE UP TO 50% OFF</h1>
<p>Modern Furniture at Unbeatable Prices!</p>
<button>View Now</button>
</div>
<section class="products">
<div class="product-card">
<img src="{% static 'images/image 2.png' %}" alt="Chair">
<h3>Vintage Chair</h3>
<button>View Details</button>
</div>
<div class="product-card">
<img src="{% static 'images/image 4.png' %}" alt="Terracotta Vase">
<h3>Large Terracotta Vase</h3>
<button>View Details</button>
</div>
</section>
<section class="decor-section">
<div class="decor-banner">
<div class="decor-content">
<h2>DECOR</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<button>VIEW ALL</button>
</div>
</div>
<div class="decor-products">
<div class="product-card">
<img src="{% static 'images/Rectangle 6.png' %}" alt="Linen Beach Towel">
<h3>Linen Beach Towel</h3>
<p class="price">30$</p>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product-card">
<img src="{% static 'images/Rectangle 7.png' %}" alt="Square Clear Glass Box">
<h3>Square Clear Glass Box</h3>
<p class="price">30$</p>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product-card">
<img src="{% static 'images/Rectangle 8.png' %}" alt="4-pack Small Ceramic Plates">
<h3>4-pack Small Ceramic Plates</h3>
<p class="price">30$</p>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
</div>
</section>
</body>
</html>
<footer>
<p>© 2024 Moody Studio. All Rights Reserved.</p>
</footer>
</body>
</html>
Hình ảnh sản phẩm

Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận