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

Commit

Permalink
Update add-pages.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MehaRima authored Jan 1, 2021
1 parent 22b8573 commit 97d4853
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions add-pages.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<title>What you want to appear in the title section</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.w3-quarter img{margin-bottom: -6px; cursor: pointer}
.w3-quarter img:hover{opacity: 0.6; transition: 0.3s}
</style>
<body class="w3-brown">

<!-- Sidebar/menu -->
<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="#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><!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<title>RESPONSIVE WEBSITE HOSTING WITH GITHUB & W3SCHOOL'S STYLESHEET</title>
<meta charset="UTF-8">
Expand Down

0 comments on commit 97d4853

Please sign in to comment.