Pinkkk

Untitled

Feb 26th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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. display: inline-block;
  8. vertical-align: middle;
  9. i {
  10. position: absolute;
  11. top: 50%;
  12. left: 50%;
  13. -webkit-transform: translate(-50%, -50%);
  14. -ms-transform: translate(-50%, -50%);
  15. transform: translate(-50%, -50%);
  16. color: #472478;
  17. }
  18. }
Add Comment
Please, Sign In to add comment