Created
February 19, 2017 12:23
-
-
Save gauravtiwari/b0823df591f366a53c01368e338bb414 to your computer and use it in GitHub Desktop.
Counter style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$grey: #f2f2f2 | |
.counter-wrapper | |
max-width: 500px | |
margin: 100px auto | |
padding: 10px | |
border: 1px solid $grey | |
form | |
input | |
display: block | |
margin-bottom: 10px | |
button | |
display: inline-block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment