Advertisement
Maxdace66

[HTML] Moya Shop

Apr 9th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Moya Shop</title>
  5. <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  6. <script src="https://kit.fontawesome.com/e0903a5426.js" crossorigin="anonymous"></script>
  7. </head>
  8. <body>
  9. <div style="position: absolute; width: 100%; height: 75px; top: 0%; left: 0%; background-color: #eee;">
  10. <ul class="nav justify-content-end">
  11. <li class="nav-item">
  12. <a style="margin-top: 17.5px;" class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
  13. </li>
  14. </ul>
  15. </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement