Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.  
  6. html {
  7. min-height: 120%;
  8. }
  9.  
  10. body {
  11. background-image: linear-gradient(to bottom, #A7ADC6 0%, #d9ded8 100%);
  12. }
  13.  
  14. .welcome {
  15. font-family: Arial, Helvetica, sans-serif;
  16. font-size: 270%;
  17. color: white
  18. }
  19. input[type=text], input[type=password] {
  20. width: 100%;
  21. padding: 14px 20px;
  22. margin: 8px 0;
  23. display: inline-block;
  24. border: 1px solid #ccc;
  25. border-radius: 4px;
  26. box-sizing: border-box;
  27. }
  28.  
  29. input[type=submit] {
  30. width: 100%;
  31. background-color: #4CAF50;
  32. color: white;
  33. padding: 16px 20px;
  34. margin: 8px 0;
  35. border: none;
  36. border-radius: 4px;
  37. cursor: pointer;
  38. font-size: 110%;
  39. }
  40.  
  41. input[type=submit]:hover {
  42. background-color: #45a049;
  43. }
  44. .social {
  45. display: block;
  46. margin: 0 auto;
  47. overflow: hidden;
  48. width: 104%;
  49. }
  50.  
  51. .social ul{
  52. display: block;
  53. }
  54. .social ul li{
  55. list-style: none;
  56. float: left;
  57. width: 30%;
  58. margin: 0 1%;
  59. }
  60. .social ul li a:hover{
  61. opacity: .8;
  62. }
  63. .social ul li a{
  64. display: inline-block;
  65. font-size: 24px;
  66. text-decoration: none;
  67. color: #fff;
  68. padding: 6px;
  69. display: block;
  70. text-align: center;
  71. border-radius: 4px;
  72. }
  73. .social ul li a.facebook{
  74. background: #3a589a;
  75. }
  76. .social ul li a.twitter {
  77. background: #4099ff;
  78. }
  79. .social ul li a.google-plus {
  80. background: #e9544f;
  81. }
  82. .box {
  83. border-radius: 20px;
  84. background-color: #f2f2f2;
  85. padding: 20px;
  86. width: 24%;
  87. font-size: 110%;
  88. position: absolute;
  89. /* TO ADJUST THE POSITION OF BOX, EDIT TOP: AND RIGHT: PERCENTAGE */
  90. top: 40%;
  91. right: 36%;
  92. }
  93.  
  94. .back a{
  95. color: #A7ADC6;
  96. font-size: 250%;
  97.  
  98. }
  99.  
  100. .back a:hover{
  101. color: #45a049;
  102. }
  103.  
  104. #forgot {
  105. padding-left: 20%;
  106. }
  107.  
  108. #forgot a:link{
  109. color: blue;
  110. background-color: transparent;
  111. text-decoration: none;
  112. }
  113. #forgot a:visited{
  114. color: blue;
  115. background-color: transparent;
  116. text-decoration: none;
  117. }
  118. #forgot a:hover{
  119. color: red;
  120. background-color: transparent;
  121. text-decoration: underline;
  122. }
  123.  
  124. /* HEADER START*/
  125. ul {
  126. list-style-type: none;
  127. margin: 0;
  128. padding: 0;
  129. overflow: hidden;
  130. background-color: #f1f5f5;
  131. }
  132.  
  133. li {
  134. float: left;
  135. }
  136.  
  137. li a {
  138. display: block;
  139. color: black;
  140. text-align: center;
  141. padding: 60px;
  142. text-decoration: none;
  143. }
  144.  
  145. li a:hover {
  146. background-color: #A7ADC;
  147. }
  148. /* HEADER END*/
  149.  
  150.  
  151. </style>
  152.  
  153.  
  154. <title>ShoeRacc | Sign in</title>
  155. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  156.  
  157. </head>
  158.  
  159. <body>
  160. <header>
  161. <ul>
  162. <li> <IMG height="160" width="220" SRC="..\images\shoeracc.png"> </li>
  163. <font size="6">
  164.  
  165. <li> <a href="..\">Home</a> </li>
  166.  
  167. <li> <a href="..\login">Accounts</a> </li>
  168.  
  169. <li> <a href="..\listing">Product Listings</a> </li>
  170.  
  171. </font>
  172. </ul>
  173. </header>
  174. <br>
  175. <br>
  176. <div class="welcome"><center><strong>Welcome to ShoeRacc! Please login below.</strong></center></div>
  177. <div class="box">
  178. <br>
  179. <form action="">
  180. <label for="username">Email or Username:</label>
  181. <br>
  182. <input type="text" id="username" name="username" placeholder="Please enter your email or username" required>
  183. <br>
  184. <label for="password">Password:</label>
  185. <br>
  186. <input type="password" id="password" name="password" placeholder="Please enter your password" required>
  187. <p>
  188. <label>
  189. <input type="checkbox" id="keep" name="keep"> Keep me logged in</label>
  190. <span id="forgot"><a href="..\" target="_blank">Forgot Password?</a></span>
  191. </p>
  192. <input type="submit" value="LOGIN">
  193. <br>
  194. <br>
  195. <span><center> Connect with:</center></span>
  196. <br>
  197. <div class="social">
  198. <ul>
  199. <li>
  200. <a href="http://facebook.com" class="facebook" target="_blank">
  201. <span class="fa fa-facebook"></span>
  202. </a>
  203. </li>
  204. <li>
  205. <a href="http://twitter.com" class="twitter" target="_blank">
  206. <span class="fa fa-twitter"></span>
  207. </a>
  208. </li>
  209. <li>
  210. <a href="http://plus.google.com" class="google-plus" target="_blank">
  211. <span class="fa fa-google-plus"></span>
  212. </a>
  213. </li>
  214. </ul>
  215. </div>
  216. <br>
  217. <div class="back">
  218. <center>
  219. <a href="#" onclick="history.go(-1)">
  220. <span class="fa fa-arrow-circle-left"></span>
  221. </a>
  222. </center>
  223.  
  224. </div>
  225. </form>
  226.  
  227. </div>
  228.  
  229. </body>
  230.  
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement