Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created February 12, 2013 09:35
Show Gist options
  • Save ultim8k/4761201 to your computer and use it in GitHub Desktop.
Save ultim8k/4761201 to your computer and use it in GitHub Desktop.
Airship ready
/**
* Airship ready
*/
.cnt{
width:400px;
margin:50px auto;
}
.kirov{
width:400px;
height:150px;
background-color:#eee;
border-radius:50%;
position:relative;
}
.side-wing{
width:50px;
height:10px;
background-color:#999;
border-radius: 40% 50% 50% 40%;
position:absolute;
top:70px;
right:-10px;
}
.top-wing{
width:25px;
height:70px;
background-color:#999;
border-radius: 170% 00% 30% 00%;
position:absolute;
top:-10px;
right:10px;
z-index:-1;
}
.top-side-wing{
width:50px;
height:10px;
background-color:#999;
border-radius: 40% 50% 50% 40%;
position:absolute;
top:-5px;
right:-15px;
}
<div class="cnt">
<div class="kirov">
<div class="top-side-wing"></div>
<div class="side-wing"></div>
<div class="top-wing"></div>
</div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment