contact Us

 <!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Contact Us</title>

    <style>

/* styles.css */

body {

    font-family: Arial, sans-serif;

    margin: 0;

    padding: 0;

    background-color: #f0f0f0;

}


.contact-container {

    max-width: 600px;

    margin: 0 auto;

    background-color: #fff;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}


h1 {

    font-size: 1.5rem;

    color: #333;

    margin-bottom: 20px;

    text-align: center;

}


.input-group {

    margin-bottom: 15px;

}


label {

    display: block;

    font-weight: bold;

    color: #555;

}


input[type="text"],

input[type="email"],

textarea {

    width: 100%;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 3px;

    font-size: 14px;

}


button {

    background-color: #333;

    color: #fff;

    border: none;

    padding: 10px 20px;

    cursor: pointer;

    border-radius: 3px;

    font-size: 16px;

    transition: background-color 0.3s ease;

}


button:hover {

    background-color: #555;

}


</style>

</head>

<body>

    <div class="contact-container">

        <h1>Contact Us</h1>

        <form id="contact-form">

            <div class="input-group">

                <label for="name">Name:</label>

                <input type="text" id="name" name="name" required>

            </div>

            <div class="input-group">

                <label for="email">Email:</label>

                <input type="email" id="email" name="email" required>

            </div>

            <div class="input-group">

                <label for="message">Message:</label>

                <textarea id="message" name="message" rows="4" required></textarea>

            </div>

            <div class="button-group">

                <button type="submit">Submit</button>

            </div>

        </form>

    </div>

    <script>

/* styles.css */

body {

    font-family: Arial, sans-serif;

    margin: 0;

    padding: 0;

    background-color: #f0f0f0;

}


.contact-container {

    max-width: 600px;

    margin: 0 auto;

    background-color: #fff;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}


h1 {

    font-size: 1.5rem;

    color: #333;

    margin-bottom: 20px;

    text-align: center;

}


.input-group {

    margin-bottom: 15px;

}


label {

    display: block;

    font-weight: bold;

    color: #555;

}


input[type="text"],

input[type="email"],

textarea {

    width: 100%;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 3px;

    font-size: 14px;

}


button {

    background-color: #333;

    color: #fff;

    border: none;

    padding: 10px 20px;

    cursor: pointer;

    border-radius: 3px;

    font-size: 16px;

    transition: background-color 0.3s ease;

}


button:hover {

    background-color: #555;

}


</script>

</body>

</html>


The Timeless Evolution of Yoga: A Journey Through History of YOGA

  The Timeless Evolution of Yoga: A Journey Through History Yoga, a profound and multifaceted tradition, boasts a history that spans over 5,...