document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Bootstrap Part 3 : Membuat tampilan gambar dengan Bootstrap</title>
  5. <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
  6. <script type="text/javascript" src="js/jquery.js"></script>
  7. <script type="text/javascript" src="js/bootstrap.js"></script>
  8. </head>
  9. <body>
  10. <h1>Sugeng Rawuh Bro and Sis - penakngoding.blogspot.com</h1>
  11. <h1>Cara Membuat tampilan gambar dengan Bootstrap</h1>
  12. <img src="penakngoding.jpg" class="img-responsive img-circle" alt="Ini Gambar Penak Ngoding" width="304" height="236">
  13. <img src="penakngoding.jpg" class="img-responsive img-thumbnail" alt="Ini Gambar Penak Ngoding" width="304" height="236">
  14. <img src="penakngoding.jpg" class="img-responsive img-rounded" alt="Ini Gambar Penak Ngoding" width="304" height="236">
  15. </body>
  16. </html>
');