Last active
August 29, 2015 14:03
-
-
Save matthewd673/ab64957f5b8e91cec49c to your computer and use it in GitHub Desktop.
Rounded search bar (plus some extra css)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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