-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
<title>KDI Outdoor Living & Design</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background: #f4f7fa;
color: #222;
}
header {
background: #37474f;
color: #fff;
text-align: center;
padding: 2rem 1rem;
}
header h1 {
margin: 0 0 0.5rem 0;
font-size: 2.5rem;
}
nav {
display: flex;
justify-content: center;
gap: 2rem;
background: #263238;
padding: 1rem 0;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
}
.container {
max-width: 1100px;
margin: 2rem auto;
padding: 0 1rem;
}
.section {
margin-bottom: 2rem;
}
.section h2 {
color: #29434e;
margin-bottom: 1rem;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
gap: 1.2rem;
}
.gallery img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(40,60,80,.1);
background: #fff;
}
.testimonial {
background: #eceff1;
padding: 1rem;
border-left: 5px solid #607d8b;
margin-bottom: 1rem;
font-style: italic;
border-radius: 4px;
}
form {
background: #fff;
padding: 1rem;
border-radius: 7px;
box-shadow: 0 2px 6px rgba(80,120,180,0.08);
max-width: 500px;
}
form label { display:block; margin:0.8rem 0 0.3rem 0; }
form input, form textarea {
width: 100%;
padding: 0.6rem;
border:1px solid #b0bec5;
border-radius:4px;
margin-bottom:1rem;
font-size: 1rem;
box-sizing: border-box;
}
form button {
background: #29434e;
color: #fff;
border: none;
padding: 0.7rem 2rem;
border-radius: 5px;
cursor: pointer;
font-size: 1.07rem;
font-weight: bold;
}
@media (max-width: 600px) {
header h1 { font-size:2rem; }
nav { flex-direction: column; gap:0.5rem;}
.gallery img { height: 160px;}
}
</style>
KDI Outdoor Living & Design
Outdoor Spaces, Built to Last
Services Our Work About Testimonials Contact<section class="section" id="services">
<h2>Our Services</h2>
<ul>
<li>Custom patios and walkways</li>
<li>Stone retaining walls</li>
<li>Driveways and entryways</li>
<li>Firepit areas and outdoor living features</li>
</ul>
<p>We work with you at every step to ensure results that stand out and stand strong.</p>
</section>
<section class="section" id="work">
<h2>Our Work</h2>
<div class="gallery">
<img src="image1.jpeg" alt="Outdoor project 1">
<img src="image2.jpeg" alt="Outdoor project 2">
<img src="image3.jpeg" alt="Outdoor project 3">
<img src="image4.jpeg" alt="Outdoor project 4">
<img src="image5.jpeg" alt="Outdoor project 5">
<img src="image6.jpeg" alt="Outdoor project 6">
<img src="image7.jpeg" alt="Outdoor project 7">
</div>
</section>
<section class="section" id="about">
<h2>About Us</h2>
<p>KDI Outdoor Living & Design is dedicated to enhancing your home’s curb appeal and function. We’re a local team known for professional service, creative solutions, and lasting quality.</p>
</section>
<section class="section" id="testimonials">
<h2>Testimonials</h2>
<div class="testimonial">
“Our new outdoor space totally exceeded our expectations! The KDI crew was friendly, fast, and meticulous.”
</div>
<div class="testimonial">
“KDI made the process easy and the result is simply beautiful.”
</div>
</section>
<section class="section" id="contact">
<h2>Contact Us</h2>
<form>
<label for="name">Name:</label><input type="text" id="name" name="name" required>
<label for="email">Email:</label><input type="email" id="email" name="email" required>
<label for="phone">Phone:</label><input type="tel" id="phone" name="phone">
<label for="message">Message:</label><textarea id="message" name="message" rows="4"></textarea>
<button type="submit">Send</button>
</form>
</section>
Metadata
Metadata
Assignees
Labels
No labels