Advertisement
Najieb25

Untitled

Aug 21st, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. img#pikachu {
  2.     margin-top: 10px;
  3.     float     : left;
  4.     clear     : both;    
  5.     }
  6. img#meong{
  7.     margin-top: 5px;
  8.     float     : right;
  9.     clear     : both;
  10.     border    : dotted ;
  11.     border-color : salmon;
  12.     }
  13. img#gugul {
  14.     margin-top: 10px;
  15.     float     : right;
  16.     clear     : both;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement