Skip to content

mitre fake 10 #74

@Moginator125

Description

@Moginator125
<title>Bunnings Warehouse</title> <style> body { margin: 0; font-family: Arial, sans-serif; }
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;
}
</style>

Bunnings Warehouse

Lowest prices are just the beginning

Home Products DIY Advice Store Locator Contact

Your DIY Project Starts Here

Featured Products

Hammer

Claw Hammer

$9.98

Drill

Cordless Drill

$89.00

Paint

Interior Paint

$34.50

© 2025 Bunnings Group Limited. All rights reserved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions