Jump to content

జిందం వాఐి

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by జిందం వాఐి

  1. * i have 2 navigation bars

    * i tried 

    ul
    {
        list-style-type: none;
    }

    * but the above code applies to every list

    * my navigation code

     <nav class="skip">
        <ul><li>
    <a href="#main">skip to content</a>
    </li></ul>
    </nav>
    <nav class="navbar">
    <a href="index.html">home</a>
    </nav>

    * the above code is in planning stage, i will add more

    * how to hide in navigation bar only?

×
×
  • Create New...