Advertisement
alpha3001

Untitled

Aug 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Fajar Sidiq XIRPL2 Embedded CSS BG</title>
  4.         <style type="text/css">
  5.             #utama{
  6.                 font-family: impact;
  7.                 font-size: 30pt;
  8.                 color: bisque;
  9.                 text-shadow: 2 2 2 red;
  10.                 background-image: url(wp.gif);
  11.                 height: 600px;
  12.                 width: 800px;
  13.             }
  14.         </style>
  15.     </head>
  16. <body>
  17.     <div id="utama">
  18.         Sebenarnya background gambar ini width dan heightnya 300px x 200px tapi karena pada css tertulis 800px dan 600px, maka terjadilah tampilan seperti ini
  19.     </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement