Created
March 18, 2017 10:54
-
-
Save gyver98/fb061ac3997b055bf4628dcfdd83cb51 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
| .wrapper { | |
| margin: 100px 0 150px; | |
| } | |
| .tesla-battery { | |
| width: 1050px; | |
| margin: 0 auto; | |
| } | |
| .tesla-battery h1 { | |
| font-family: 'RobotoNormal'; | |
| font-weight: 100; | |
| font-size: 38px; | |
| text-align: center; | |
| letter-spacing: 3px; | |
| } | |
| .tesla-climate-container { | |
| float: left; | |
| width: 420px; | |
| padding: 0 40px; | |
| margin: 0 40px 0 0; | |
| border-left: 1px solid #ccc; | |
| border-right: 1px solid #ccc; | |
| } | |
| .tesla-controls { | |
| display: block; | |
| width: 100%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment