Getting Started

  1. Download the zip file and extract the contents to your folder.
  2. Link to the css file in your page.
    <link rel="stylesheet" href="css-responsive-menu.css" />
  3. Use the following code template for the menu.
    <div class="css-responsive-menu">
      <label for="hidden-checkbox1" class="expand-control">Menu</label>
      <input type="checkbox" id="hidden-checkbox1" class="expand-control">
    
      <ul class="navigation-list">
        <li><a href="about.html">about</a></li>
        <li><a href="contact.html">contact</a></li>
      </ul>
    </div>
Copyright 2014-2015 By Dat Chung