Synthoel

Untitled

Nov 19th, 2021 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <div><p></p></div>
  2. <style>
  3.   div {
  4.     width: 150px;
  5.     height: 150px;
  6.     background: #7B3F61;
  7.     border-radius: 50%;
  8.     box-shadow: 100px 0 #E78481;
  9.     overflow: hidden;
  10.     position: absolute;
  11.   }
  12.   p {
  13.     width: 150px;
  14.     height: 150px;
  15.     background: #09042A;
  16.     border-radius: 50%;
  17.     position: absolute;
  18.     margin: auto;
  19.     left: 100px;
  20.   }
  21. </style>
Add Comment
Please, Sign In to add comment