Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <body>
  2. <form action = "action_page.php">
  3. <div class = "pagecontainer">
  4. <a class="btn btn-full sign" href="#">Sign up</a>
  5. <a class="btn btn-full log" href="#">Log in</a>
  6. <h1> Sign Up for Free! </h1>
  7. <input type="text" class="firstname" placeholder="First name" name="fname" required>
  8. <input type="text" class="lastname" placeholder="Last name" name="lname" required><br>
  9. <input type="text" class="emailaddress" placeholder="Email Address" name="email" required> <br>
  10. <input type="text" class="password" placeholder="Set a password" name="password" required><br>
  11. <a class="btn btn-full start" href="#">Get started</a>
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. </div>
  20. </form>
  21. </body>
Add Comment
Please, Sign In to add comment