Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created September 18, 2015 11:32
Show Gist options
  • Save czajkovsky/ddd73ab686ed7e32f70d to your computer and use it in GitHub Desktop.
Save czajkovsky/ddd73ab686ed7e32f70d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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);
}
.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);
}
<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