Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 9, 2015 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/d03172f10577bbd64418 to your computer and use it in GitHub Desktop.
Save chuck0523/d03172f10577bbd64418 to your computer and use it in GitHub Desktop.
.homeToWordsLink {
display: block;
width: 200px;
height: 200px;
border: #000 3px solid;
border-radius: 10%;
font-size: 24px;
color: #000;
text-align: center;
line-height: 200px;
text-decoration: none;
-webkit-transition: all ease-in .3s;
transition: all ease-in .3s;
&:hover {
border: rgba(0,0,0,.8) 3px solid;
background-color: rgba(0,0,0,.8);
color: #fff;
text-decoration: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment