Yoga Enter Form Script $15







<!ZSTRICKS&CLICKS>



<html lang="en">




<head>

<meta charset="UTF-8">

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

<title>Yoga Center Registration</title>

<style>

body {

font-family: Arial, sans-serif;

background-color: #f4f4f4;

margin: 0;

padding: 0;

display: flex;

justify-content: center;

align-items: center;

height: 100vh;

}




.container {

background-color: #fff;

padding: 20px;

border-radius: 10px;

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

max-width: 400px;

width: 100%;

}




h1 {

text-align: center;

color: #333;

}




label {

display: block;

margin: 10px 0 5px;

color: #555;

}




input {

width: 100%;

padding: 8px;

margin-bottom: 10px;

box-sizing: border-box;

border: 1px solid #ccc;

border-radius: 4px;

}




button {

background-color: #4caf50;

color: #fff;

padding: 10px 15px;

border: none;

border-radius: 4px;

cursor: pointer;

font-size: 16px;

width: 100%;

}




button:hover {

background-color: #45a049;

}

</style>

</head>




<body>




<div class="container">

<h1>Yoga Center Registration</h1>

<form action="https://www.youtube.com/@ZSTricksClicks" method="post" target="_blank">

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

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




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

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






<label for="experience">Yoga Experience (years):</label>

<input type="number" id="experience" name="experience" required>




<label for="message">Additional Information:</label>

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




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

</form>

</div>




</body>




</html>


Post a Comment

Previous Post Next Post