Advertisement
Pinkkk

Untitled

Feb 26th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .social-icon-border {
  2. position: relative;
  3. background-color: #E0DEEC;
  4. border-radius: 50%;
  5. width: 32px;
  6. height: 32px;
  7. i {
  8. position: absolute;
  9. top: 50%;
  10. left: 50%;
  11. -webkit-transform: translate(-50%, -50%);
  12. -ms-transform: translate(-50%, -50%);
  13. transform: translate(-50%, -50%);
  14. color: #472478;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement