Advertisement
Pinkkk

Untitled

Feb 26th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .svg-img-border {
  2. position: relative;
  3. background: #725B9F;
  4. border-radius: 50%;
  5. width: 78px;
  6. height: 78px;
  7. margin: 0 auto;
  8. .svg-img {
  9. position: absolute;
  10. top: 50%;
  11. left: 50%;
  12. -webkit-transform: translate(-50%, -50%);
  13. -ms-transform: translate(-50%, -50%);
  14. transform: translate(-50%, -50%);
  15. path {
  16. fill: white;
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement