Advertisement
alpha3001

Untitled

Aug 18th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Fajar Sidiq XIRPL2 Embeded</title>
  4.         <style type="text/css">
  5.             #BhsIndo{
  6.                 background-color:ghost;
  7.                 border:solid;
  8.                 padding:5px;
  9.                 font-family:Raleway;
  10.             }
  11.             .kotak{
  12.                 text-shadow:5px 5px 5px yellow;
  13.             }
  14.             #BasaSunda{
  15.                 background-color:salmon;
  16.                 border:dashed;
  17.                 padding:5px;
  18.                 font-family:console;
  19.             }
  20.             #English{
  21.                 background-color:GoldenRod;
  22.                 border:double;
  23.                 padding:3px;
  24.                 font-family:Impact;
  25.             }
  26.             #Bjep{
  27.                 background-color:aqua;
  28.                 border:double;
  29.                 padding:7px;
  30.             }
  31.         </style>
  32.     </head>
  33. <body>
  34.     <div id="BhsIndo" class="kotak"> Selamat Pagi!</div>
  35.     <div id="BasaSunda">Wilujeng Enjing!</div>
  36.     <div id="English" class="kotak">Good Morning!</div>
  37.     <div id="BJep">Ohayou Gozaimasu!</div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement