Advertisement
Guest User

align icons horizontally

a guest
Nov 14th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /* Social media icons in header */
  2. .header_icons{
  3. float: left;
  4. margin-top: 100px;
  5. width:400px;
  6. }
  7.  
  8. .header_icons li{
  9. float: left;
  10. margin: 5px 0px;
  11. display:inline;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement