|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<meta charset="UTF-8"> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | +<title>Responsive Navbar</title> |
| 7 | +<link rel="stylesheet" href="styles.css"> |
| 8 | +</head> |
| 9 | +<body> |
| 10 | +<div class="navbar" id="navbar"> |
| 11 | + <div class="navbar-logo">Logo</div> |
| 12 | + <div class="navbar-links" id="navbar-links"> |
| 13 | + <a href="index.html">Home</a> |
| 14 | + <a href="About.html">About</a> |
| 15 | + <a href="services.html">Services</a> |
| 16 | + <a href="contact.html">Contact</a> |
| 17 | + </div> |
| 18 | + <div class="navbar-toggle" id="navbar-toggle"> |
| 19 | + <div class="bar"></div> |
| 20 | + <div class="bar"></div> |
| 21 | + <div class="bar"></div> |
| 22 | + </div> |
| 23 | +</div> |
| 24 | +<div class="content"> |
| 25 | + <h2>Welcome to my website!</h2> |
| 26 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 27 | + <!-- Your content here --> |
| 28 | + <h2>Welcome to my website!</h2> |
| 29 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 30 | + <!-- Your content here --> |
| 31 | + <h2>Welcome to my website!</h2> |
| 32 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 33 | + <!-- Your content here --> |
| 34 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 35 | + <!-- Your content here --> |
| 36 | + <h2>Welcome to my website!</h2> |
| 37 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 38 | + <!-- Your content here --> |
| 39 | + <h2>Welcome to my website!</h2> |
| 40 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 41 | + <!-- Your content here --> |
| 42 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 43 | + <!-- Your content here --> |
| 44 | + <h2>Welcome to my website!</h2> |
| 45 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 46 | + <!-- Your content here --> |
| 47 | + <h2>Welcome to my website!</h2> |
| 48 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 49 | + <!-- Your content here --> |
| 50 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 51 | + <!-- Your content here --> |
| 52 | + <h2>Welcome to my website!</h2> |
| 53 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 54 | + <!-- Your content here --> |
| 55 | + <h2>Welcome to my website!</h2> |
| 56 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 57 | + <!-- Your content here --> |
| 58 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 59 | + <!-- Your content here --> |
| 60 | + <h2>Welcome to my website!</h2> |
| 61 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 62 | + <!-- Your content here --> |
| 63 | + <h2>Welcome to my website!</h2> |
| 64 | + <p>This is a demo of a responsive navbar with a hamburger menu.</p> |
| 65 | + <!-- Your content here --> |
| 66 | + |
| 67 | + <!-- Your content here --> |
| 68 | +</div> |
| 69 | +<script src="script.js"></script> |
| 70 | +</body> |
| 71 | +</html> |
0 commit comments