Created
February 12, 2013 09:35
-
-
Save ultim8k/4761201 to your computer and use it in GitHub Desktop.
Airship ready
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
/** | |
* 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; | |
} | |
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="cnt"> | |
<div class="kirov"> | |
<div class="top-side-wing"></div> | |
<div class="side-wing"></div> | |
<div class="top-wing"></div> | |
</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
// alert('Hello world!'); |
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
{"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