<html >
<meta charset="”>
| Tile & Remodeling
:root {
–bg: #121212;
–bg-light: #1e1e1e;
–accent: #f9aa33;
–text: #f5f5f5;
–border: #333;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: ‘Inter’, sans-serif;
background-color: var(–bg);
color: var(–text);
}
header {
background: var(–bg-light);
padding: 2rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.logo img { height: 60px; }
nav a {
color: var(–text);
margin: 0 1rem;
text-decoration: none;
}
.email-box {
background: #222;
padding: 1.5rem;
border-radius: 8px;
max-width: 400px;
width: 100%;
margin-top: 1rem;
}
.email-box input,
.email-box textarea {
width: 100%;
padding: 0.75rem;
background: var(–bg-light);
border: 1px solid var(–border);
border-radius: 6px;
color: var(–text);
margin-bottom: 1rem;
}
.email-box button {
background: var(–accent);
color: #000;
border: none;
padding: 0.75rem;
font-weight: bold;
border-radius: 6px;
cursor: pointer;
}
.services, .gallery {
padding: 2rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 2rem;
}
.service, .gallery img {
background: var(–bg-light);
padding: 1rem;
border-radius: 8px;
}
.gallery img {
height: 200px;
object-fit: cover;
border: 2px solid var(–accent);
}
footer {
text-align: center;
padding: 2rem;
background: #000;
color: #aaa;
}
<body >
Our Services
Tile Installation
Custom showers, floors, backsplashes, and more.
Flooring
Hardwood, laminate, vinyl installs and repairs.
Bathroom Remodeling
Full upgrades including demo, tile, waterproofing.
Fencing & Decks
Wood and composite builds for outdoor living.