Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <div class="col-lg-9 col-md-9">
  2. <div class="table-responsive">
  3. <table class="table product-table">
  4. <thead>
  5. <tr>
  6. <th></th>
  7. <th>Nazwa</th>
  8. <th>Cena</th>
  9. <th></th>
  10. </tr>
  11. </thead>
  12. <tbody>
  13. <tr>
  14. <th scope="row">
  15. <img src="/images/brama1.jpg" class="img-responsive">
  16. </th>
  17. <td>
  18. <h5><strong>Brama Segmentowa</strong></h5>
  19. <p class="text-muted">by Rogo</p>
  20. </td>
  21. <td>1200.00 zł</td>
  22. </tr>
  23. <tr>
  24. <th scope="row">
  25. <img src="/images/brama1.jpg" class="img-responsive">
  26. </th>
  27. <td>
  28. <h5><strong>Brama Segmentowa2</strong></h5>
  29. <p class="text-muted">by Rogo</p>
  30. </td>
  31. <td>1700.80 zł</td>
  32. </tr>
  33. <tr>
  34. <th scope="row">
  35. <img src="/images/brama1.jpg" class="img-responsive">
  36. </th>
  37. <td>
  38. <h5><strong>Brama Segmentowa3</strong></h5>
  39. <p class="text-muted">by Rogo</p>
  40. </td>
  41. <td>1500.00 zł</td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </div>
  46. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement