Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <div class="d-flex bd-highlight">
  2.   <div class="p-2 flex-grow-1 bd-highlight">Flex item</div>
  3.   <div class="p-2 bd-highlight">
  4.  <input type="number" style="width: 10%" class="form-control float-right">
  5.  
  6. </div>
  7.   <button type="button" onclick="add_to_cart_button(1);" class=" btn btn-info default float-right mb-1"><span class="simple-icon-basket"></span></button>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement