Advertisement
vanhan11

Untitled

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