Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chriswep on github.
  • I am chm (https://keybase.io/chm) on keybase.
  • I have a public key ASAcUlqPcQMC1ThhlsbMX1cUQhUQa6GzVwnrkutIUhnLNwo

To claim this, I am signing this object:

@chriswep
chriswep / inset_input.css
Created February 23, 2018 10:30 — forked from nrrrdcore/inset_input.css
The Perfect Inset Input CSS
input {
height: 34px;
width: 100%;
border-radius: 3px;
border: 1px solid transparent;
border-top: none;
border-bottom: 1px solid #DDD;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}