Created
October 27, 2017 16:39
-
-
Save mansour-gabteni/e1d2460ed79c94f89548dd40dabee013 to your computer and use it in GitHub Desktop.
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 characters
| .bluebtn { | |
| padding: 0px 146px 0px 195px; | |
| margin-left: 21px; | |
| } | |
| .countdown { | |
| font-size: 26px; | |
| font-weight: 700; | |
| color: #ddd; | |
| background: #fff; | |
| box-shadow: 2px 0 20px rgba(0,0,0, 0.1); | |
| margin: 20px 0; | |
| padding: 0px 10px 0px 10px; | |
| display: inline-block; | |
| border-bottom: 2px solid #2A6FBB; | |
| } | |
| .orangebtn { | |
| font-size: 24px; | |
| padding: 6px 20px; | |
| height: 71px; | |
| line-height: 60px; | |
| margin: -13px 10px 10px 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment