Created
June 26, 2014 14:26
-
-
Save daphotron/9e984e4f7f4a9bbcdacb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <div class="box box1"> | |
| </div> | |
| <div class="box box2"> | |
| <div class="box box2a"> | |
| </div> | |
| <div class="box box2b"> | |
| </div> | |
| </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 characters
| // ---- | |
| // Sass (v3.3.8) | |
| // Compass (v1.0.0.alpha.19) | |
| // ---- | |
| .box { | |
| min-height: 400px; | |
| } | |
| .box1 { | |
| background-color: gray; | |
| float: left; | |
| width: 20em; | |
| } | |
| .box2 { | |
| background-color: rgba(0,0,0,0.3); | |
| margin-left: 22em; | |
| padding: 1em; | |
| } | |
| .box2a { | |
| background-color: rgba(0,0,0,0.3); | |
| } | |
| .box2b { | |
| background-color: rgba(0,0,0,0.3); | |
| margin-top: 1em; | |
| } |
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
| .box { | |
| min-height: 400px; | |
| } | |
| .box1 { | |
| background-color: gray; | |
| float: left; | |
| width: 20em; | |
| } | |
| .box2 { | |
| background-color: rgba(0, 0, 0, 0.3); | |
| margin-left: 22em; | |
| padding: 1em; | |
| } | |
| .box2a { | |
| background-color: rgba(0, 0, 0, 0.3); | |
| } | |
| .box2b { | |
| background-color: rgba(0, 0, 0, 0.3); | |
| margin-top: 1em; | |
| } |
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
| <div class="box box1"> | |
| </div> | |
| <div class="box box2"> | |
| <div class="box box2a"> | |
| </div> | |
| <div class="box box2b"> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment