-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
<title>Bunnings Warehouse</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
}
</style>
header {
background-color: #005233;
color: white;
padding: 20px;
text-align: center;
}
nav {
background-color: #007837;
display: flex;
justify-content: center;
padding: 10px 0;
}
nav a {
color: white;
text-decoration: none;
margin: 0 15px;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
.hero {
background-image: url('https://www.bunnings.co.nz/~/media/Project/BunningsNewZealand/Homepage/2021/Homepage-Hero-Banner.jpg');
background-size: cover;
background-position: center;
height: 300px;
color: white;
display: flex;
align-items: center;
justify-content: center;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.hero h1 {
font-size: 3em;
}
.products {
padding: 40px;
background-color: #f4f4f4;
text-align: center;
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
margin-top: 20px;
}
.product {
background-color: white;
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
}
.product img {
max-width: 100%;
height: 150px;
object-fit: contain;
}
.product h3 {
margin: 10px 0 5px;
}
.product p {
color: #007837;
font-weight: bold;
}
footer {
background-color: #005233;
color: white;
text-align: center;
padding: 20px;
margin-top: 40px;
}
Bunnings Warehouse
Lowest prices are just the beginning
Home Products DIY Advice Store Locator ContactYour DIY Project Starts Here
Featured Products
© 2025 Bunnings Group Limited. All rights reserved.
Metadata
Metadata
Assignees
Labels
No labels