Files
luxury-detailing-maine/ceramic-coating.html
T
2025-10-28 21:02:31 -04:00

70 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Luxury Detailing Maine provides mobile professional car cleaning services in the Portland Area"
/>
<title>Luxury Detailing Maine</title>
<link href="css/style.css" rel="stylesheet" />
<link href="css/dropdown.css" rel="stylesheet" />
<link href="css/hamburger.css" rel="stylesheet" />
<style>
.info-container {
background-color: var(--gold);
max-width: 80%;
width: 80%;
border-radius: 4rem;
}
</style>
</head>
<body>
<a href="#main-content" class="skipLink">Skip to main content</a>
<header>
<div class="banner" role="banner">
<a href="index.html" class="logo" aria-label="Company Logo">LD</a>
<button
id="hamburger"
aria-label="Toggle mobile navigation menu"
aria-expanded="false"
>
<span></span>
<span></span>
<span></span>
</button>
<nav>
<a class="navLink" role="navigation" href="services.html">Services</a>
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
<a class="navLink" role="navigation" href="reviews.html">Reviews</a>
<a class="navLink" role="navigation" href="contact.html">About</a>
</nav>
</div>
</header>
<main id="main-content">
<section>
<h1 style="margin-bottom: 7rem">Ceramic Coating</h1>
<div id="reviewContainer"></div>
</section>
<section class="info-container">
</section>
<div style="display: flex; flex-direction: row; justify-content: space-between; width: 80%;">
<section class="info-container" style="width: 30%;">
</section>
<section class="info-container" style="width: 60%;">
</section>
</div>
</main>
</body>
</html>