Guest User

Untitled

a guest
Jun 19th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <button type="submit" class="btn btn-default">
  2. <i class="fa fa-shopping-cart"></i> Buy Now
  3. </button>
  4.  
  5. <span><i class="fas fa-shopping-cart glyph"></i></span>
  6. <input type="button" class="button" value="Basket" />
  7.  
  8. .glyph{
  9. position: relative;
  10. left: 35px;
  11. pointer-events: none; //this makes the glyph clickable as part of the input
  12. }
  13.  
  14. .button{
  15. width: 100px;
  16. height: 100px;
  17. padding-left: 20px;
  18. }
Add Comment
Please, Sign In to add comment