Update menu_bar
This commit is contained in:
3
menu_bar
3
menu_bar
@@ -1,5 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<header>
|
<header>
|
||||||
|
<!-- we put all the styling inside the header tags. Normally the styles would go in a separate file -->
|
||||||
<style>
|
<style>
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@@ -27,7 +28,9 @@ li a:hover {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<!-- This is our HTML code for the menu itself. -->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#home">Home</a></li>
|
<li><a href="#home">Home</a></li>
|
||||||
<li><a href="#news">News</a></li>
|
<li><a href="#news">News</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user