COLUMBIA LIFT AND AUTO SHOP SOLUTIONS.
  • Home
  • Services
  • Contact
  • About Us
  • Products
  • Inspection
  • Careers
​```html
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Columbia Lift - Champion Advantage 7.5HR Compressor</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            text-align: center;
        }

        .container {
            max-width: 800px;
            margin: 50px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #333;
        }

        p {
            color: #666;
        }

        .product-image {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
        }
    </style>
</head>

<body>
    <div class="container">
        <h1>Champion Advantage 7.5HR Compressor</h1>
        <img src="champion-compressor.jpg" alt="Champion Advantage 7.5HR Compressor" class="product-image">
        <p>The Champion Advantage 7.5HR Compressor is a powerful and reliable compressor designed to meet your industrial needs.</p>
        <p>Features:</p>
        <ul>
            <li>7.5 horsepower motor</li>
            <li>High efficiency</li>
            <li>Low maintenance</li>
            <li>Quiet operation</li>
            <li>After Cooler</li>
            <li>Auto Water Drain</li>
            <li>Low Oil Shut Off</li>
        </ul>
        <p>Price: $5395.950</p>
        <a href="contact.html" class="btn">Contact Us to Purchase</a>
    </div>
</body>

</html>
  • Home
  • Services
  • Contact
  • About Us
  • Products
  • Inspection
  • Careers