Snippets
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Categories Kids Plaza</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
<div class="container text-center mt-5">
<h2 class="mb-4">CATEGORIES KIDS PLAZA</h2>
<p>Kids Plaza Toy & Games Store goodies for your kids.</p>
<div class="row">
<div class="col-md-3 mb-4">
<div class="category-card">
<img src="../img/1600w-qJptouniZ0A.jpg" alt="Toy & Games" class="category-icon">
<p>TOY & GAMES</p>
</div>
</div>
<div class="col-md-3 mb-4">
<div class="category-card">
<img src="../img/clothes.jpg" alt="Kids Shoes" class="category-icon">
<p>KIDS SHOES</p>
</div>
</div>
<div class="col-md-3 mb-4">
<div class="category-card">
<img src="../img/Hero_Super_Splendor_XTEC_1678100649124_1678100661968_1678100661968.jpg" alt="Kids Clothes" class="category-icon">
<p>KIDS CLOTHES</p>
</div>
</div>
<div class="col-md-3 mb-4">
<div class="category-card">
<img src="../img/clothes.jpg" alt="Gift Sets" class="category-icon">
<p>GIFT SETS</p>
</div>
</div>
</div>
<button class="btn btn-warning">VIEW ALL CATEGORIES</button>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="scripts.js"></script>
</body>
</html>
Comments
Post a Comment