Web Searchbar 1
Run
HTML
Searchbar
CSS
.searchbar{ width: 200px; height: 40px; padding-left: 10px; border: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; letter-spacing: 1px; text-align: center; color: #000000; background: #ffffff; } .barbtn{ width: 60px; height: 40px; border: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; letter-spacing: 1px; text-align: center; color: #ffffff; background: #19a9a6; }
Follow Us