Search
 
SCRIPT & CODE EXAMPLE
 

HTML

barra de navegacion vertical bootstrap

<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
  <!-- Brand -->
  <a class="navbar-brand" href="#">Logo</a>

  <!-- Links -->
  <ul class="navbar-nav">
    <li class="nav-item">
      <a class="nav-link" href="#">Link 1</a>
    </li>
    <li class="nav-item">
      <a class="nav-link" href="#">Link 2</a>
    </li>

    <!-- Dropdown -->
    <li class="nav-item dropdown">
      <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
        Dropdown link
      </a>
      <div class="dropdown-menu">
        <a class="dropdown-item" href="#">Link 1</a>
        <a class="dropdown-item" href="#">Link 2</a>
        <a class="dropdown-item" href="#">Link 3</a>
      </div>
    </li>
  </ul>
</nav>
Comment

PREVIOUS NEXT
Code Example
Html :: example for d3 
Html :: hypertextmarkuplanguage 
Html :: tutorial 
Html :: el cerdo 
Html :: location nearby html 
Html :: c# htmlagilitypack get html as string 
Html :: how to create search bar in html with aria-label 
Html :: <pre; html tag that preserves spacing 
Html :: html input avoid pre spacing 
Html :: DOM-LEVEL-2-CORE 
Html :: How to Disable Auto Period Typing Shortcut on Mac 
Html :: html form date para fecha limitada 
Html :: drag and drop textarea html 
Html :: how to put a name to anchor in html 
Html :: automatically closed menu after clicked event 
Html :: njk else if 
Html :: error pop writing html 
Html :: html one page template free 
Html :: html decode online 
Html :: format html vscode 
Html :: remove html between 2 tags javas 
Css :: css add dots if text too long 
Css :: center in the middle of the screen html css 
Css :: css ol align center 
Css :: filter for css white color 
Css :: change color of bullet points css 
Css :: css brightness 
Css :: display none css inline 
Css :: absolute position center 
Css :: css rounded corners 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =