Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!-- Account Type -->
  2. <div class="account-type">
  3. <div>
  4. <input type="radio" name="account-type-radio" id="freelancer-radio" class="account-type-radio" checked/>
  5. <label for="freelancer-radio"><i class="sl sl-icon-user"></i> Guest</label>
  6. </div>
  7.  
  8. <div>
  9. <input type="radio" name="account-type-radio" id="employer-radio" class="account-type-radio"/>
  10. <label for="employer-radio" ><i class="sl sl-icon-briefcase"></i> Owner</label>
  11. </div>
  12. </div>
  13. <div class="clearfix"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement