Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created March 21, 2013 08:37
Show Gist options
  • Save gustaff-weldon/5211550 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/5211550 to your computer and use it in GitHub Desktop.
Untitled
.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;
}
<div class="case">
<div class="handle"></div>
<div class="ticket">
<span class="ticket-start"></span>
<span class="ticket-end"></span>
</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