Guest User

Untitled

a guest
Oct 15th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <style type="text/css">
  2. .container {
  3. height: 100%;
  4. position: absolute;
  5. width: 100%;
  6. }
  7. .banner {
  8. background-color: #2e2e2e;
  9. width: 100%;
  10. height: 90px;
  11. position: relative;
  12. color: white;
  13. min-width: 900px;
  14. }
  15. .banner ul {
  16. position: absolute;
  17. bottom: 0px;
  18. width: 100%;
  19. margin-left: 0px;
  20. margin-right: 0px;
  21. margin: 0px;
  22. padding: 0px;
  23. height: 30px;
  24. -webkit-margin-before: 0px;
  25. -webkit-margin-after: 0px;
  26. padding-top: 10px;
  27. text-overflow: nowrap;
  28. }
  29. .banner li {
  30. width: 50%;
  31. height: 30px;
  32. float: left;
  33. text-align: center;
  34. list-style-type: none;
  35. margin-left: -1px;
  36. padding-left: 1px;
  37. }
  38. .banner li a {
  39. height: 30px;
  40. width: 100%;
  41. display: inline-block;
  42. text-decoration: none;
  43. padding-top: 10px;
  44. margin-top: -10px;
  45. color: white;
  46. }
  47. .banner li a:hover {
  48. background-color: #444444;
  49. }
  50. .inputcontainer {
  51. position: absolute;
  52. right: 10px;
  53. top: 5px;
  54. }
  55. .banner h1 {
  56. position: absolute;
  57. left: 5px;
  58. padding: 0px;
  59. margin: 0px;
  60. }
  61. </style>
  62. <div class="banner">
  63. <h1>Unlocked Doors</h1>
  64. <div class="container">
  65. <div class="inputcontainer">
  66. Welcome <span id="username">Guest</a><span id="optional"> - Please login. Username: <input
  67.  
  68. name="username" /> Password: <input name="password" /></span>
  69. </div>
  70. <ul>
  71. <li><a href="index.php">Home</a></li>
  72. <li><a href="registerpage.php">Register</a></li>
  73. </ul>
  74. </div>
  75. </div>
Add Comment
Please, Sign In to add comment