Skip to content

Instantly share code, notes, and snippets.

@dantz
Created August 9, 2012 18:43
Show Gist options
  • Select an option

  • Save dantz/3306994 to your computer and use it in GitHub Desktop.

Select an option

Save dantz/3306994 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input {
border: 0;
background: none;
}
.input {
border: 1px inset #ccc;
display: inline-block;
}
button, .input {
transform: skew(-30deg);
}
button span, .input input {
transform: skew(30deg);
display: block;
}
<button><span>Suchen</span></button>
<br /><br />
<div class="input"><input type="text"></div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment