Skip to content

Instantly share code, notes, and snippets.

@frankyaorenjie
Created August 1, 2018 08:19
Show Gist options
  • Save frankyaorenjie/5d025736bae94e813336353eab5fe81b to your computer and use it in GitHub Desktop.
Save frankyaorenjie/5d025736bae94e813336353eab5fe81b to your computer and use it in GitHub Desktop.
[css]
.title-button {
display: flex;
cursor: pointer;
margin: 10px;
color: #ababab;
flex-direction: column;
justify-content: center;
height: 100%;
&:hover {
color: white;
}
}
.title-button-active {
color: white;
border-bottom: solid white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment