<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Center Form Of Contact Us</title>
    <link rel="stylesheet" href="style.css">
    <style>
        body {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            font-family: Arial, sans-serif;
        }
        h1 {
            background-color: #0056b3;
            text-align: center;
            font-size: 48px;
            color: white;
        }
        p {
            background-color: aqua;
            text-align: center;
            color: black;
            font-size: 24px;
        } 
        h2 {
            background-color: aliceblue;
            color: black;
            font-size: 32px;
            text-align: center;
            margin-bottom: 20px;
            
        }
        .form-container {
         background-color: rgb(17, 17, 234);
         padding: 20px;
         border-radius: 8px;
         box-shadow: 0,0,15px rgba(0, 0, 0, 0.1);
         max-width: 400px;
         width: 100%;   
        }
        
        label {
            display: block;
            font: bold;
            color: white;
            margin-top: 10px;
            display: block;
        }
        input, textarea {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            margin-bottom: 10px;
            border: 1px solid; 
            border-radius: 5px;
        }
        textarea {
            resize:vertical;
        }
        button {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 24px;
            cursor: pointer;
        }
        button:hover {
            background-color: #0056b3;
        }
        .link-container {
            display: flex;
            align-items: center;
            padding: 0 20px;
            background-color: #0056b3;
            border-radius: 8px;
            max-width: 100%;
            margin: 20px auto;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .link-container h3 {
            font-size: 24px;
            color: white;
            margin-bottom: 15px;
        }
        .link-container ul li {
            display: flex;
            flex-direction: column;
            margin: 0 10px;
        }
        .link-container ul li a {
            text-decoration: none;
            font-size: 18px;
            color: white;
            font-weight: bold;
        }
        .link-container ul li a:hover {
            color: #FFD700;
        }
    </style
</head>
<body>
    <header>
        <h1>Buy/Sale/Rent/Properties:Contact Us click:https://flatsdelhi.in Our official website.</h1>
        <p>We are here to help, you find your dream property with Dwarka Delhi india No.1 Propertsite.<br>
            Search Now! Search, Flats in Delhi,Dwarka, Apartment Flats, Land/Plots in Dwarka Delhi.<br>
            Best locations in Dwarka Delhi, Land and Plots in Dwarka Delhi, for your Dream Home. <br>
            Flats Start from Rs.14 lac. Property Options on "Property Point" https://flatsdelhi.in.
            Reach out to us for any inquaries, property listing, or real estate services</p>
          <div class="link-container">
            <ul>
            <li><a href="https://flatsdelhi.in/home" target="_blank">Home</a></li>
            <li><a href="https://flatsdelhi.in/about">About Us</a></li>
            <li><a href="https://flatsdelhi.in/service">service</a></li>
            <li><a href="https://flatsdelhi.in/listing">Listing</a></li>
          </ul>
        </div>
    </header>
    <section class="contact-details">
        <h2>Our contact Informations</h2>
        <p>Feel free to get in touch with us using any of the methods below:</p>
        <ul>
            <li><strong>phone</strong>+91-9953871133</li>
            <li><strong>Email</strong>info@propertypoint@flatsdelhi.in</li>
            <li><strong>Address</strong>Office: C-23a, C-23b opposit Metro Pillar no 881A side <br>
                Near sector 14 Metro station Dwarka Delhi, Delhi 110078.</li>
            <li></li>
        </ul>
        <h2> Office Hours</h2>
        <p>We are available to assist you during the following hours:</p>
        <ul>
            <li>Monday to Sunday: 10:00 AM to 7:00 AM</li>
        </ul>
    </section>
    <h2>User form-Property Point</h2>
    <div class="form-container">
        <form action="submit_form.php" method="POST">
            <label for="name">Name</label>
            <input type="text" id="name" name="name" required>
            <label for="email">E-mail</lable>
            <input type="email" id="email" name="email" required>
            <label for="number">Phone Number</label>
            <input type="tel" id="number" name="number" pattern="[0-9]{10}" required>
            <lable for="query_property"> Query</lable>
            <textarea id="query_property" name="query_property" row="4" required></textarea>
            <button type="sbmit">Submit Please</button>
                
        </form>
    </div> 
</body>
</html>
https://propertyflatsindwarkadelhi.co.in

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


Comments

One response to “Hello world!”

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *