Skip to content

Instantly share code, notes, and snippets.

@jvenator
Created October 9, 2012 22:07
Show Gist options
  • Save jvenator/3861747 to your computer and use it in GitHub Desktop.
Save jvenator/3861747 to your computer and use it in GitHub Desktop.
h1 {
font-size: 3em;
}
div#right_col{
width: 212px;
}
div#right_col img {
border: 6px solid #403051;
border-radius: 5px;
margin: 0 auto;
}
img.person {
width: 60px;
}
.image-frame-round {
border-radius: 100px;
<<<<<<< Updated upstream
=======
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
/*background:no-repeat;*/
}
.coder-cred ul {
list-style: none;
}
.coder-cred li {
background: url(../images/oranges-coder-cred.png) no-repeat;
width: 140px;
height: 140px;
display: block;
float: left;
margin-right: 51px;
}
/*.coder-cred li:hover{
}*/
.coder-cred li.github {
background-position: -8px -8px;
/* background: url(../images/oranges-coder-cred.png) no-repeat;
width: 140px;
height: 140px;*/
}
.coder-cred li.codeschool {
background-position: -172px -8px;
}
.coder-cred li.coderwall {
background-position: -337px -8px;
}
.coder-cred li.stackoverflow {
background-position: -500px -8px;
}
.coder-cred li.treehouse {
background-position: -665px -8px;
>>>>>>> Stashed changes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment