Advertisement
LeBizu2561

Html

Sep 22nd, 2022 (edited)
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <--Produk-->
  2.  
  3. <div class="product">
  4. <h1>Produk</h1>
  5. <div class="product-list">
  6. <div class="col-product">
  7. <img src="IMG/minyak.jpg" alt="">
  8. <p>Minyak</p>
  9. </div>
  10. <div class="col-product">
  11. <img src="IMG/telur.jpg" alt="">
  12. <p>Telur</p>
  13. </div>
  14. <div class="col-product">
  15. <img src="IMG/garam.jpg" alt="">
  16. <p>Garam</p>
  17. </div>
  18. <div class="col-product">
  19. <img src="IMG/terigu.jpg" alt="">
  20. <p>Terigu</p>
  21. </div>
  22. </div>
  23. </div>
  24.  
  25. <--Form-->
  26.  
  27. <div class="kontak">
  28. <h1>Pesan Sekarang</h1>
  29. </div>
  30. <div class="row-form">
  31. <div class="col-form">
  32. <h3>Nama Barang</h3>
  33. <input type="text" name="NamBa" class="form-kontak">
  34. <h3>Jenis Barang</h3>
  35. <input type="text" name="JenBa" class="form-kontak">
  36. <h3>Jumlah Barang</h3>
  37. <input type="text" name="JumBa" class="form-kontak">
  38. <button class="btn-kirim">Kirim</button>
  39. </div>
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement