Created
November 24, 2016 22:31
-
-
Save krtenn/be58c4fa4cc378a524cc9f8d97f21764 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Testing</title> | |
<link rel="stylesheet" href="menu.css"> | |
</head> | |
<body> | |
<div class="menu"> | |
<ul class="main-ul"> | |
<li class="main-li"> | |
Tools | |
<ul class="dropdown-content"> | |
<p>Our selection of tools to get the job done, no matter what your project is</p> | |
<ul> | |
<li>Power Tools</li> | |
<li>Regular Tools</li> | |
<li>Screws and Nails</li> | |
</ul> | |
</ul> | |
</li> | |
<li class="main-li"> | |
Cars | |
<ul class="dropdown-content"> | |
<p>This is our selection of cool compact cars.</p> | |
<ul> | |
<li> | |
Dodge | |
</li> | |
<li> | |
Ford | |
</li> | |
<li> | |
Chevy | |
</li> | |
<li> | |
Honda | |
</li> | |
<li> | |
Nissan | |
</li> | |
<li>Volkswagen</li> | |
<li>Range Rover</li> | |
<li>Lexus</li> | |
<li>Other Unique Foreign and Domestic Vehicles</li> | |
<li>Antiques</li> | |
</ul> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<p>This is the page now. This change should be commited to git.</p> | |
</body> | |
<script src="menu.js"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment