Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created August 22, 2012 05:51
Show Gist options
  • Select an option

  • Save gunnarbittersmann/3422675 to your computer and use it in GitHub Desktop.

Select an option

Save gunnarbittersmann/3422675 to your computer and use it in GitHub Desktop.
input with faux bottom border and bottom corners
/**
* input with faux bottom border and bottom corners
*/
input
{
background: #eee;
border: none;
box-shadow: inset 0 25px 0 0 #eee, inset 0 0 0 1px #048;
padding: 10px;
}
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment