Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <form class="navbar-form pull-right">
  2.  
  3. <div class="form-group form-group-sm">
  4.  
  5. <input type="email" class="form-control input" id="email" name="email" placeholder="jane.doe@example.com">
  6. </div>
  7.  
  8. <input type="submit" class="btn btn-sm" name="submit" value="Submit" id="submit"/>
  9. </div>
  10.  
  11. </form>
  12.  
  13. .form-control {
  14. border-radius: 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement