Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.34 KB | None | 0 0
  1. <form action="sendemail.php" method="post" style="top:20%; opacity:0.9; position:fixed; width:50%; left:25%; bottom:25%; background-color:transparent; " >
  2.           <div class="box" >
  3.             <h1 style="color:#FDAE09; " >Contact Us</h1>
  4.             <label style="" >
  5.                <span style="color:#18C4FE; " >Full name *</span>
  6.                <input type="text" class="input_text" name="name" id="name" />
  7.             </label>
  8.              <label style="" >
  9.                <span style="color:#18C4FE; " >Email *</span>
  10.                <input type="text" class="input_text" name="email" id="email" />
  11.             </label>
  12.              <label style="" >
  13.                 <span style="color:#18C4FE; " >Subject *</span>
  14.                 <input type="text" class="input_text" name="subject" id="subject" />
  15.             </label>
  16.             <label style="" >
  17.                 <span style="color:#18C4FE; " >Message *</span>
  18.                 <textarea class="message" name="feedback" id="feedback" ></textarea>
  19.                  <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; " />
  20.              
  21.             </label>
  22.         </div>
  23.     </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement