Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <header class="w-100 z-max h3 bg-purple fixed top-0">
  2. <div class="dt ph3 w-100 center h-100">
  3. <div class="dtc v-mid tl w-50">
  4. <a href="/" class="f5 f4-ns fw6 link white-70" title="Home">EC1 WEB</a>
  5. <small class="white-70 fw2">tagline goes here</small>
  6. </div>
  7.  
  8. <nav class="dn dtc-ns v-mid w-50 tr">
  9. <a title="home" href="index.html"
  10. class="f6 fw6 glow link white o-70 mr2 mr3-m mr4-l">
  11. home
  12. </a>
  13. <a title="style" href="style.html"
  14. class="f6 fw6 glow link white o-70 mr2 mr3-m mr4-l">
  15. style
  16. </a>
  17. <a title="layout" href="layout"
  18. class="f6 fw6 glow link white o-70 mr2 mr3-m mr4-l">
  19. layout
  20. </a>
  21. <a title="about" href="about"
  22. class="f6 fw6 glow link white o-70 mr2 mr3-m mr4-l">
  23. about
  24. </a>
  25. <a title="contact" href="contact.html"
  26. class="f6 fw6 glow link white o-70">
  27. contact
  28. </a>
  29. </nav>
  30. <div class="dn-ns dtc v-mid w-50 tr"><i class="material-icons white-70">menu</i></div>
  31. </div>
  32. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement