Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form action="sendemail.php" method="post" style="top:20%; opacity:0.9; position:fixed; width:50%; left:25%; bottom:25%; background-color:transparent; " >
- <div class="box" >
- <h1 style="color:#FDAE09; " >Contact Us</h1>
- <label style="" >
- <span style="color:#18C4FE; " >Full name *</span>
- <input type="text" class="input_text" name="name" id="name" />
- </label>
- <label style="" >
- <span style="color:#18C4FE; " >Email *</span>
- <input type="text" class="input_text" name="email" id="email" />
- </label>
- <label style="" >
- <span style="color:#18C4FE; " >Subject *</span>
- <input type="text" class="input_text" name="subject" id="subject" />
- </label>
- <label style="" >
- <span style="color:#18C4FE; " >Message *</span>
- <textarea class="message" name="feedback" id="feedback" ></textarea>
- <input type="submit" class="button" value="Send Email" style="background-color:#FDAE09; border-image:initial; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; color:#000000; border-style:none; " />
- </label>
- </div>
- </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement