Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .iconset {
  4. width: 300px;
  5. height: 100px;
  6. margin: 20px;
  7. display: inline-block;
  8. }
  9.  
  10. .icon {
  11. width: 100px;
  12. height: 100px;
  13. float: left;
  14. }
  15.  
  16. .title {
  17. position: relative;
  18. top: 18px;
  19. left: 10px;
  20. clear: none;
  21. }
  22.  
  23. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement