Html site 2 5/3/2017


SUBMITTED BY: canonical

DATE: May 3, 2017, 5:54 p.m.

FORMAT: HTML

SIZE: 3.6 kB

HITS: 261

  1. If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html
  2. --------------------------------------------------------------------------------------
  3. view my last post at: https://bitbin.it/SBJPiZ3q/
  4. --------------------------------------------------------------------------------------
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta charset="UTF-8">
  9. <title>CheapDeath.xyz</title>
  10. <style>
  11. @import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
  12. @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
  13. body{
  14. margin: 0;
  15. padding: 0;
  16. background: #fff;
  17. color: #fff;
  18. font-family: Arial;
  19. font-size: 12px;
  20. }
  21. .body{
  22. position: absolute;
  23. top: -20px;
  24. left: -20px;
  25. right: -40px;
  26. bottom: -40px;
  27. width: auto;
  28. height: auto;
  29. background-image: url(https://wallpaperscraft.com/image/switzerland_alps_mountains_night_beautiful_landscape_99817_1920x1080.jpg);
  30. background-size: cover;
  31. -webkit-filter: blur(5px);
  32. z-index: 0;
  33. }
  34. .grad{
  35. position: absolute;
  36. top: -20px;
  37. left: -20px;
  38. right: -40px;
  39. bottom: -40px;
  40. width: auto;
  41. height: auto;
  42. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
  43. z-index: 1;
  44. opacity: 0.7;
  45. }
  46. .header{
  47. position: absolute;
  48. top: calc(50% - 35px);
  49. left: calc(50% - 255px);
  50. z-index: 2;
  51. }
  52. .header div{
  53. float: left;
  54. color: #fff;
  55. font-family: 'Exo', sans-serif;
  56. font-size: 35px;
  57. font-weight: 200;
  58. }
  59. .header div span{
  60. color: #5379fa !important;
  61. }
  62. .login{
  63. position: absolute;
  64. top: calc(50% - 75px);
  65. left: calc(50% - 50px);
  66. height: 150px;
  67. width: 350px;
  68. padding: 10px;
  69. z-index: 2;
  70. }
  71. .login input[type=text]{
  72. width: 250px;
  73. height: 30px;
  74. background: transparent;
  75. border: 1px solid rgba(255,255,255,0.6);
  76. border-radius: 2px;
  77. color: #fff;
  78. font-family: 'Exo', sans-serif;
  79. font-size: 16px;
  80. font-weight: 400;
  81. padding: 4px;
  82. }
  83. .login input[type=password]{
  84. width: 250px;
  85. height: 30px;
  86. background: transparent;
  87. border: 1px solid rgba(255,255,255,0.6);
  88. border-radius: 2px;
  89. color: #fff;
  90. font-family: 'Exo', sans-serif;
  91. font-size: 16px;
  92. font-weight: 400;
  93. padding: 4px;
  94. margin-top: 10px;
  95. }
  96. .login input[type=button]{
  97. width: 260px;
  98. height: 35px;
  99. background: #fff;
  100. border: 1px solid #fff;
  101. cursor: pointer;
  102. border-radius: 2px;
  103. color: #a18d6c;
  104. font-family: 'Exo', sans-serif;
  105. font-size: 16px;
  106. font-weight: 400;
  107. padding: 6px;
  108. margin-top: 10px;
  109. }
  110. .login input[type=button]:hover{
  111. opacity: 0.8;
  112. }
  113. .login input[type=button]:active{
  114. opacity: 0.6;
  115. }
  116. .login input[type=text]:focus{
  117. outline: none;
  118. border: 1px solid rgba(255,255,255,0.9);
  119. }
  120. .login input[type=password]:focus{
  121. outline: none;
  122. border: 1px solid rgba(255,255,255,0.9);
  123. }
  124. .login input[type=button]:focus{
  125. outline: none;
  126. }
  127. ::-webkit-input-placeholder{
  128. color: rgba(255,255,255,0.6);
  129. }
  130. ::-moz-input-placeholder{
  131. color: rgba(255,255,255,0.6);
  132. }
  133. </style>
  134. <script src="js/prefixfree.min.js"></script>
  135. </head>
  136. <body>
  137. <div class="body"></div>
  138. <div class="grad"></div>
  139. <div class="header">
  140. <div>Cheap<span>Death</span></div>
  141. </div>
  142. <br>
  143. <div class="login">
  144. <input type="text" placeholder="username" name="user"><br>
  145. <input type="password" placeholder="password" name="password"><br>
  146. <input type="button" value="Login">
  147. </div>
  148. <script src='http://codepen.io/assets/libs/fullpage/jquery.js'></script>
  149. </body>
  150. </html>

comments powered by Disqus