Web Searchbar 3
Run
HTML
Searchbar
CSS
.searchbar{ width: 200px; height: 40px; padding-left: 10px; border: 2px solid #19a9a6; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 018px; border-bottom-right-radius: 018px; 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-top: 18px solid #19a9a6; border-right: 2px solid #19a9a6; border-bottom: 2px solid #19a9a6; border-left: 2px solid #19a9a6; font-size: 15px; font-family: courier; font-weight: normal; letter-spacing: 1px; text-align: center; color: #ffffff; background: #19a9a6; }
Follow Us