Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created November 27, 2013 14:53
Show Gist options
  • Save 1ambda/7676960 to your computer and use it in GitHub Desktop.
Save 1ambda/7676960 to your computer and use it in GitHub Desktop.
.nav-icon {
position: fixed;
width: 32px;
height: 32px;
margin-top: 7px;
background: no-repeat;
}
.nav-icon-github {
background: url("../images/github.png");
}
.nav-icon-facebook{
background: url("../images/facebook.png");
margin-bottom: 4px;
}
.center {
text-align: center;
}
section {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment