Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Booking Sistem PTPN IV</title>
  7. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  8. <style></style>
  9. </head>
  10.  
  11. <body id="bg">
  12.  
  13. <div class="container-fluid pl-0 pr-0">
  14. <nav class="navbar navbar-light bg-light">
  15. <a class="navbar-brand" href="#">
  16. <img src="logo.png" width="50" height="50" alt="">
  17. Booking Mess PT Perkebunan Nusatara IV
  18. </a>
  19. </nav>
  20. <div id="header">
  21. </div>
  22. </div>
  23.  
  24. <div id="crd-container" class="container">
  25. <div class="row">
  26. <div class="col-sm-14 col-md-4 pt-2 pb-3">
  27. <div class="card">
  28. <div class="crd-img"></div>
  29. <div class="card-body">
  30. <h5 class="card-title" align="center">Nama Mess</h5>
  31. <a href="" class="btn btn-info form-control">Book</a>
  32. </div>
  33. </div>
  34. </div>'
  35.  
  36. </div>
  37.  
  38. </div>
  39. </body>
  40.  
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement