Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <div class="container">
  2. <i class="icon-class"></i>
  3. </div>
  4.  
  5. .container {
  6. display: flex;
  7. flex-flow: row nowrap;
  8. justify-content: center;
  9. align-items: center;
  10. height:100px;
  11. width:100px;
  12. background: url(img.jpg) 50% / 100px;"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement