Advertisement
Guest User

Untitled

a guest
Oct 8th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <form class="contact" action="">
  2.     <input type="text" name="fullname" id="fullname">
  3.     <label for="fullname"><span class="astrik">*</span> Full Name</label>
  4. </form>
  5.  
  6. input[type="text"]:focus + label:target {
  7.     color:#000;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement