Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"business yellowpage"
Bootstrap 3.3.0 Snippet by
rjnish
3.3.0
Preview
HTML
CSS
JS
View Full Screen
Forked from
Fork
Fork this
Parent
294
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <div id="tinkersale-navbar"> <div class="container"> <div class="row row1"> <div class="col-sm-2"> <h2 style="margin:0px;"><span class="largenav">Tinkersale</span></h2> </div> <div class="tinkersale-navbar-search smallsearch col-sm-7 col-xs-11"> <div class="row"> <input class="tinkersale-navbar-input col-xs-6" type="" placeholder="Search local business in india" name=""> <input id="searchinput" name="searchinput" type="search" placeholder="Please type a location" class="tinkersale-navbar-search-input col-xs-4"> <button class="tinkersale-navbar-button col-xs-1"> <svg width="15px" height="15px"> <path d="M11.618 9.897l4.224 4.212c.092.09.1.23.02.312l-1.464 1.46c-.08.08-.222.072-.314-.02L9.868 11.66M6.486 10.9c-2.42 0-4.38-1.955-4.38-4.367 0-2.413 1.96-4.37 4.38-4.37s4.38 1.957 4.38 4.37c0 2.412-1.96 4.368-4.38 4.368m0-10.834C2.904.066 0 2.96 0 6.533 0 10.105 2.904 13 6.486 13s6.487-2.895 6.487-6.467c0-3.572-2.905-6.467-6.487-6.467 "></path> </svg> </button> </div> </div> <div> <class="post"><a class="links" href="http://clashhacks.in/">Add Business</a> <li class="dropdown"><a class="links" href="http://clashhacks.in/">Categories</a> <ul class="dropdown-menu"> <li class="profile-li"><a class="profile-links" >Fashion</a></li> <li class="profile-li"><a class="profile-links" >Electronics</a></li> <li class="profile-li"><a class="profile-links" >Kids</a></li> <li class="profile-li"><a class="profile-links" >Art&Craft</a></li> <li class="profile-li"><a class="profile-links" >HomeDecor</a></li> <li class="profile-li"><a class="profile-links" >Appliances</a></li> </ul> </li> <class="Account-Detail"><a class="links">My Account</a> </div> </div> </div> </div>
#tinkersale-navbar { background-color: #2874f0; color: #FFFFFF; } .row1 { padding-top: 10px; padding-bottom: 20px; } .tinkersale-navbar-input { padding: 11px 16px; border-radius: 20px 0 0 2px; border: 1 none; outline: 0 none; font-size: 15px; } .tinkersale-navbar-search-input { padding: 11px 16px; border-radius: 0px 0 0 2px; border: 1 none; outline: 1 none; font-size: 15px; } .tinkersale-navbar-button { background-color: #ffe11b; border: 1px solid #ffe11b; border-radius: 0 20px 20px 0; color: #565656; padding: 10px 0; height: 47px; cursor: pointer; } .item-number { border-radius: 3px; background-color: rgba(0, 0, 0, .1); height: 20px; padding: 3px 6px; font-weight: 500; display: inline-block; color: #fff; line-height: 12px; margin-left: 10px; } .dropdown { position: relative; display: inline-block; margin-bottom: 0px; } .dropdown:hover { background-color: #fff; } .dropdown:hover .links { color: #000; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu { position: absolute; top: 100%; display: none; background-color: #fff; color: #333; left: 0px; border: 0; border-radius: 0; box-shadow: 0 4px 8px -3px #555454; margin: 0; padding: 0px; } .links { color: #fff; text-decoration: none; } .links:hover { color: #fff; text-decoration: none; } .profile-links { font-size: 12px; font-family: 'Roboto', sans-serif; border-bottom: 1px solid #e9e9e9; box-sizing: border-box; display: block; padding: 0 11px; line-height: 23px; } .profile-li{ padding-top: 2px; } .largenav { display: none; } .smallnav{ display: block; } .smallsearch{ margin-left: 15px; margin-top: 15px; } .menu{ cursor: pointer; } @media screen and (min-width: 768px) { .largenav { display: block; } .smallnav{ display: none; } .smallsearch{ margin: 0px; } } /*Sidenav*/ .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 4px 8px -3px #555454; padding-top: 0px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; color: #fff; } @media screen and (max-height: 450px) { .sidenav a {font-size: 18px;} } .sidenav-heading{ font-size: 36px; color: #fff; }
function openNav() { document.getElementById("mySidenav").style.width = "70%"; // document.getElementById("flipkart-navbar").style.width = "50%"; document.body.style.backgroundColor = "rgba(0,0,0,0.4)"; } function closeNav() { document.getElementById("mySidenav").style.width = "0"; document.body.style.backgroundColor = "rgba(0,0,0,0)"; }
Related:
See More
Free Template
Datepicker
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76