Want to have search input box along with the bootstrap search icon attached to it for any webpage , blogger? Use the following code to get that.
HTML code to get the HTML input box and search icon
CSS Code
.add-on{ width:230px; margin-top:10px; } .add-on .input-group-btn > .btn { border-left-width:0;left:2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); height:42px; }
1 Comments
This is what I needed
ReplyDelete