Skip to content

Instantly share code, notes, and snippets.

@vgordeew
Created July 10, 2017 15:05
Show Gist options
  • Save vgordeew/a1149f67edf7b3a0ee7432bfe296889a to your computer and use it in GitHub Desktop.
Save vgordeew/a1149f67edf7b3a0ee7432bfe296889a to your computer and use it in GitHub Desktop.
// HTML
<button type="submit">Отправить</button>
// CSS
button
margin-top: 75px
display: inline-block
color: $backgroundcolor
background-color: $accent
border-radius: 50px
cursor: pointer
font-size: 12px
font-weight: 700
letter-spacing: 0.2em
overflow: hidden
padding: 16px 32px
text-align: center
text-transform: uppercase
border: 2px solid transparent
-webkit-transition: all 0.2s ease 0s
transition: all 0.2s ease 0s
position: relative
button:hover, a button:hover
color: $accent
border: 2px solid $accent
background: transparent
padding: 16px 65px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment