Advertisement
Guest User

about.php

a guest
Feb 17th, 2020
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>About Us</title>
  6.  
  7. <style type="text/css">
  8.  
  9. ::selection{ background-color: #E13300; color: white; }
  10. ::moz-selection{ background-color: #E13300; color: white; }
  11. ::webkit-selection{ background-color: #E13300; color: white; }
  12.  
  13. body {
  14. background-color: #fff;
  15. margin: 40px;
  16. font: 13px/20px normal Helvetica, Arial, sans-serif;
  17. color: #4F5155;
  18. }
  19.  
  20. a {
  21. color: #003399;
  22. background-color: transparent;
  23. font-weight: normal;
  24. }
  25.  
  26. h1 {
  27. color: #444;
  28. background-color: transparent;
  29. border-bottom: 1px solid #D0D0D0;
  30. font-size: 19px;
  31. font-weight: normal;
  32. margin: 0 0 14px 0;
  33. padding: 14px 15px 10px 15px;
  34. }
  35.  
  36. code {
  37. font-family: Consolas, Monaco, Courier New, Courier, monospace;
  38. font-size: 12px;
  39. background-color: #f9f9f9;
  40. border: 1px solid #D0D0D0;
  41. color: #002166;
  42. display: block;
  43. margin: 14px 0 14px 0;
  44. padding: 12px 10px 12px 10px;
  45. }
  46.  
  47. #body{
  48. margin: 0 15px 0 15px;
  49. }
  50.  
  51. p.footer{
  52. text-align: right;
  53. font-size: 11px;
  54. border-top: 1px solid #D0D0D0;
  55. line-height: 32px;
  56. padding: 0 10px 0 10px;
  57. margin: 20px 0 0 0;
  58. }
  59.  
  60. #container{
  61. margin: 10px;
  62. border: 1px solid #D0D0D0;
  63. -webkit-box-shadow: 0 0 8px #D0D0D0;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68.  
  69. <div id="container">
  70. <h1>About Us</h1>
  71.  
  72. <div id="body">
  73. <h2>Selamat Datang di Toko DagingKu</h2>
  74. <p> Kami Menjual Daging Berkualitas Baik </p>
  75. <p> Tanggal: 14 Februari 2020 </p>
  76.  
  77. </div>
  78.  
  79. <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>
  80. </div>
  81.  
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement