Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .class i {
  2. width: 90px;
  3. height: 90px;
  4. background: #223859;
  5. display: block;
  6. color: #fff;
  7. border: 3px solid #fff;
  8. border-radius: 50%;
  9. position: absolute;
  10. left: 50%;
  11. margin-left: -45px;
  12. bottom: -30px;
  13. transition: .2s;
  14. }
Add Comment
Please, Sign In to add comment