Created
August 28, 2019 10:58
-
-
Save tkssharma/dee94f8075c6eac744226a9eacafab0c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<header class="main-header"> | |
<a href="index.html" class="main-header__brand"> | |
<img src="./images/nanny.png" alt="uHost - Your favorite hosting company"> | |
</a> | |
<nav class="main-nav"> | |
<ul class="main-nav__items"> | |
<li class="main-nav__item"> | |
<a href="packages/index.html">Account</a> | |
</li> | |
<li class="main-nav__item"> | |
<a href="packages/index.html">Profile</a> | |
</li> | |
<li class="main-nav__item main-nav__item--cta"> | |
<a href="packages/index.html">Log In</a> | |
</li> | |
</ul> | |
</nav> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment