Skip to content

Instantly share code, notes, and snippets.

@DominusKelvin
Created July 10, 2018 16:28
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 DominusKelvin/d6f544d773a6dff31d1703c398b615e4 to your computer and use it in GitHub Desktop.
Save DominusKelvin/d6f544d773a6dff31d1703c398b615e4 to your computer and use it in GitHub Desktop.
/* This is where the magic starts */
.udacity-btn {
color: #ffffff;
padding: 10px 40px;
background-color: #02b3e4;
border-color: transparent;
border-radius: .25rem;
box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
cursor: pointer;
transition: all .3s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment