Advertisement
Guest User

Untitled

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