Advertisement
Thelz

EmbedImage

Aug 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Davitra Eka S XI RPL 2</title>
  5. </head>
  6. <style type="text/css">
  7.     img#Salamander{
  8.     margin-top: 10px;
  9.     float: left;
  10.     clear: both;
  11. }
  12. img#Hewanaer{
  13.     margin-top: 5px;
  14.     float: right;
  15.     clear: both;
  16.     border: dotted;
  17.     border-color: salmon;
  18. }
  19. img#Kanguru{
  20.     margin-top: 10px;
  21.     float: right;
  22.     clear: both;
  23. }
  24. </style>
  25. <body>
  26.     <h1>
  27.         Contoh CSS pada gambar secara embedded
  28.     </h1>
  29.     <img id="Salamander" src="Axo.jpg" width="30%">
  30.     <img id="Hewanaer" src="pod.jpg" width="30%">
  31.     <img id="Kanguru" src="kanguru.jpg" width="30%">
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement