Untitled

 avatar
unknown
plain_text
2 months ago
1.5 kB
1
Indexable
<!DOCTYPE html><html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Jindal PVC Pipes - Instagram Post</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #EAEAEA;
        }
        .post-container {
            width: 1080px;
            height: 1080px;
            background-color: #006228;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            font-family: Arial, sans-serif;
            padding: 40px;
        }
        .title {
            font-size: 50px;
            font-weight: bold;
        }
        .subtitle {
            font-size: 24px;
            margin-top: 10px;
        }
        .cta {
            margin-top: 30px;
            padding: 15px 30px;
            background-color: white;
            color: #006228;
            font-size: 20px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
        }
    </style>
</head>
<body>
    <div class="post-container">
        <div class="title">Durability You Can Trust</div>
        <div class="subtitle">Premium-Quality PVC Pipes for Every Industry</div>
        <div class="cta">Explore More</div>
    </div>
</body>
</html>
Editor is loading...
Leave a Comment