Skip to content

Instantly share code, notes, and snippets.

@matthewd673
Last active August 29, 2015 14:03
Show Gist options
  • Save matthewd673/ab64957f5b8e91cec49c to your computer and use it in GitHub Desktop.
Save matthewd673/ab64957f5b8e91cec49c to your computer and use it in GitHub Desktop.
Rounded search bar (plus some extra css)
input[type=search]
{
padding: 3px;
font-family: monospace;
border: 1px solid black;
border-radius: 10px;
width: 80%;
margin-left: 10%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment