Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Update section.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MehaRima authored Jan 1, 2021
1 parent 02c68c1 commit 8338cdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions section.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<nav class="w3-sidebar w3-bar-block w3-brown w3-animate-right w3-top w3-text-white w3-large" style="z-index:3;width:250px;font-weight:bold;display:none;right:0;" id="mySidebar">
<a href="javascript:void()" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-32">CLOSE</a>
<br>
<a href="index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">HOME</a>
<a href="index.html/#about" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">ABOUT </a>
<a href="section.html" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">SECTION </a>
<a href="index.html/#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">CONTACT</a>
<a href="index.html/#faq" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">FAQ</a>
<a href="index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">HOME</a>
<a href="#faq" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">FAQ</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">ABOUT </a>
<a href="section.html " onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16"> SECTION </a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-center w3-padding-16">CONTACT</a>
</nav>

<!-- Top menu on small screens -->
Expand Down

0 comments on commit 8338cdf

Please sign in to comment.