Advertisement
Pinkkk

Untitled

Feb 26th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 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. transform: translate(-50%, -50%);
  13. path {
  14. fill: white;
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement