Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created September 29, 2018 10:23
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 thejungwon/06211fb0391991ab31eb0389bee2964c to your computer and use it in GitHub Desktop.
Save thejungwon/06211fb0391991ab31eb0389bee2964c to your computer and use it in GitHub Desktop.
.change-btn{
position: absolute;
bottom: 20px;
font-size: 20px;
cursor:pointer;
display: none;
}
.change-btn:hover{
transition: all 0.5s ease-out;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment