Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="styles/nav.css">
  5.  
  6. <title>Nav</title>
  7. </head>
  8. <body>
  9. <div class="navcontaier">
  10. <img src="images/2.png" class="logo">
  11. <input type="button" value="Login" class="navbuttons">
  12. <input type="button" value="Register" class="navbuttons" style="margin-right:10px">
  13. <hr class="navhr">
  14. <input type="button" value="Home" class="seconbutton" style="margin-left:150px">
  15. <input type="button" value="Medical Services" class="seconbutton">
  16. <input type="button" value="Surgical Services" class="seconbutton">
  17. <input type="button" value="E-Channelling Services" class="seconbutton">
  18. <div class="dropdown">
  19. <span>
  20. <input type="button" value="Facilities" class="seconbutton">
  21. </span>
  22. <div class="dropdown-content"> <li class="drop"><a href="#">In Patient Services</a></li>
  23. <li class="drop"><a href="#">Maintenance</a></li>
  24. <li class="drop"><a href="#">Food and Beverage</a></li>
  25. <li class="drop"><a href="#">Amazing care</a></li>
  26. <li class="drop"><a href="#">Room Facilities</a></li>
  27. <li class="drop"><a href="#">Pay Online</a></li>
  28. </div>
  29. </div>
  30. <input type="button" value="About us" class="seconbutton">
  31. <input type="text" placeholder="Search" class="searchbar">
  32. <img src="images/search.png" class="serchbutton">
  33. </div>
  34.  
  35. <div class="footer">
  36. <div class="footertext">
  37. <k style="float:left; margin-left: 50px"> Site Map </k> <m style="margin-left: 230px">Privacy Policy </m> <k style="margin-left: 370px"> 2019 www.medihouseprivatehospital.lk </k> All Right Reserved <k style="float:right; margin-right: 20px"> <m style="margin-right: 250px"> <a href="index.html" style="color:white; text-decoration: none;">Contact Us!</a> </m> <m style="margin-right: 50px"> Visit Us </m></k>
  38. </div>
  39. </div>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement