Skip to content

Instantly share code, notes, and snippets.

@MohamedRajabMohammed
Created July 21, 2020 23:42
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 MohamedRajabMohammed/4a3f89547b05a35cdf263fdc59953b1a to your computer and use it in GitHub Desktop.
Save MohamedRajabMohammed/4a3f89547b05a35cdf263fdc59953b1a to your computer and use it in GitHub Desktop.
CSS
/_ button styles are here _/
button {
background: white;
border-radius: 5px;
border: none;
padding: 15px 30px;
font-size: 24px;
font-family: 'Muli';
display: block;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
transition: 0.3s ease all;
line-height: 1;
display: flex;
}
button:hover {
background: #eee;
}
.icon {
margin-right: 8px;
}
.reset {
font-size: 12px;
padding: 8px 16px;
margin: 100px auto 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment