Created
March 7, 2014 09:30
-
-
Save zsimo/9408414 to your computer and use it in GitHub Desktop.
Revisions
-
zsimo revised this gist
Mar 7, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ body {padding: 5%} .button { text-align: center; font-family: Helvetica neue; font-weight: bold; width: 130px; background-color: black; color: white; padding: 3%; } .button:hover { background-color: white; -
zsimo revised this gist
Mar 7, 2014 . No changes.There are no files selected for viewing
-
zsimo created this gist
Mar 7, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ design button ------------- A [Pen](http://codepen.io/zsimo/pen/kgpCJ) by [Simone](http://codepen.io/zsimo) on [CodePen](http://codepen.io/). [License](http://codepen.io/zsimo/pen/kgpCJ/license). This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ <div class="button">design button</div> This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ body {padding: 20%} .button { text-align: center; font-family: Helvetica neue; font-weight: bold; width: 30%; background-color: black; color: white; padding: 5%; } .button:hover { background-color: white; border: 1px solid black; color: black; cursor: pointer; } .button:active { color: white; background-color: red; border: 2px solid black; }