Created
September 18, 2015 11:32
-
-
Save czajkovsky/ddd73ab686ed7e32f70d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
.container | |
.photo | |
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
// ---- | |
// Sass (v3.4.14) | |
// Compass (v1.0.3) | |
// ---- | |
.container { | |
background: url("https://dl.dropboxusercontent.com/u/26679490/Honeypot_LP_150816.png"); | |
width: 1440px; | |
height: 1000px; | |
} | |
.photo { | |
position: absolute; | |
left: 50%; | |
top: 104px; | |
margin-left: -750px; | |
width: 1500px; | |
height: 384px; | |
border-bottom-left-radius: 800px 80px; | |
border-bottom-right-radius: 800px 80px; | |
background: rgba(#f00, .8); | |
} |
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
.container { | |
background: url("https://dl.dropboxusercontent.com/u/26679490/Honeypot_LP_150816.png"); | |
width: 1440px; | |
height: 1000px; | |
} | |
.photo { | |
position: absolute; | |
left: 50%; | |
top: 104px; | |
margin-left: -750px; | |
width: 1500px; | |
height: 384px; | |
border-bottom-left-radius: 800px 80px; | |
border-bottom-right-radius: 800px 80px; | |
background: rgba(255, 0, 0, 0.8); | |
} |
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
<div class='container'> | |
<div class='photo'></div> | |
<div class='logos'></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment