Guest User

Untitled

a guest
Feb 19th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .circle{
  2. width: 250px;
  3. height: 250px;
  4. background-color: pink;
  5. border-radius: 50%;
  6. float: left;
  7. -webkit-shape-outside: circle(60px at 30% 70% );
  8. shape-outside: circle(60px at 30% 70% );
  9. }
Add Comment
Please, Sign In to add comment