Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <table class="item-table table table-condensed table-hover table-striped">
  2.     <tr>
  3.         <td width="120">
  4.             <img class="br-r" width="120" height="45" src="img/item-pj.jpg" alt="ItemImg">
  5.         </td>
  6.         <td>
  7.             <div class="item-text">
  8.                 <h4>Project Cars</h4>                  
  9.             </div>
  10.         </td>
  11.         <td >
  12.             <div class="info mt-13">
  13.                 <a class="available br-r">Доступно 5шт</a>   
  14.             </div>
  15.         </td>
  16.         <td width="120">
  17.             <a href="" class="btn btn-lg btn-success pull-right">22 USD</a>
  18.         </td>
  19.     </tr>
  20. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement