Created
March 21, 2013 08:37
-
-
Save gustaff-weldon/5211550 to your computer and use it in GitHub Desktop.
Untitled
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
.case { | |
padding: 30px; | |
position: relative | |
} | |
.ticket { | |
width: 30px; | |
height: 20px; | |
background: rgba(0,0,0,.5); | |
border-radius: 0px 40px 40px 0; | |
position: absolute; | |
top: 30px; | |
left: 0; | |
transform: rotateZ( 10deg ); | |
} | |
.handle { | |
border-color: rgba(0,0,0,.5); | |
border-style: solid; | |
height: 27px; | |
width: 50px; | |
border-radius: 50px 50px 0 0; | |
border-width: 12px 12px 0 12px; | |
} |
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="case"> | |
<div class="handle"></div> | |
<div class="ticket"> | |
<span class="ticket-start"></span> | |
<span class="ticket-end"></span> | |
</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