Advertisement
Guest User

Website

a guest
Oct 5th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  2. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  3. <link href="http://hypixel.pw/pantonextrabold.otf" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Raleway:300" rel="stylesheet">
  5. <link href="https://fonts.googleapis.com/css?family=K2D|PT+Sans" rel="stylesheet">
  6.  
  7. <div class="topbody">
  8. <button class="signup">SIGNUP</button>
  9. <button class="login">LOGIN</button>
  10. <center>
  11. <img class="smaller" src="https://i.imgur.com/iY6wLWR.png"></center>
  12.  
  13. <title>BITFILE - FILE STORAGE</title>
  14. <div class="wrapper">
  15.  
  16. <div class="signupbox">
  17. <p class="signuphead">Sign up free</p>
  18. <p class="signupsmall">Free, no obligation acount</p>
  19. <form>
  20. <center>
  21. <input class="username" type="text" placeholder="Username" name="Username"><br>
  22. <input class="password" type="text" placeholder="Password" name="Password"><br>
  23. <input class="cpassword" type="text" placeholder="Confirm Password" name="Confirm Password">
  24. </center>
  25.  
  26. <input class="tos" type="checkbox" value="other"><p class="checkerbox">I accept the <strong>TOS</strong>, and <strong>Privacy Policy</strong></p>
  27. </form>
  28. <center>
  29. <button class="join2">SIGNUP</button>
  30. </center>
  31. </div>
  32.  
  33.  
  34.  
  35. <div class="textbox">
  36. <p class="h24">STORAGE FOR THE<br>MODERN WORLD</p>
  37. <p class="h25">Work smarter, not harder<br>with BitFile</p>
  38. <button class="try">JOIN FOR FREE</button>
  39. </div>
  40.  
  41. </div>
  42.  
  43.  
  44. </div>
  45.  
  46.  
  47. <style>
  48. .wrapper {
  49. margin: 0 auto;
  50. }
  51. .join2 {
  52. padding-top: 14px;
  53. padding-bottom: 14px;
  54. padding-right: 90px;
  55. padding-left: 90px;
  56. border-radius: 25px;
  57. border: 0px;
  58. margin-top: 23px;
  59. background-color: #ef9f1e;
  60. color: white;
  61. font-weight: bold;
  62. font-size: 12px;
  63. transition: .35s;
  64. -webkit-box-shadow:0 0 5px #666666;
  65. -moz-box-shadow: 0 0 5px #666666;
  66. box-shadow:0 0 5px #666666;
  67. }
  68. .join2:hover {
  69. cursor: pointer;
  70. background-color: #d68d19;
  71. }
  72. .checkerbox {
  73. font-family: 'PT Sans', sans-serif;
  74. font-size: 0.9em;
  75. display: inline;
  76. margin-left: 17px;
  77. }
  78. .tos {
  79. margin-left: 33px;
  80. margin-top: 25px;
  81. transform: scale(1.2);
  82.  
  83. }
  84. .username {
  85. width: 81%;
  86. margin-top: 20px;
  87. height: 35px;
  88. border-radius: 5px;
  89. border: 1px solid #919191;
  90. padding-left: 10px;
  91. font-family: 'PT Sans', sans-serif;
  92. font-size: 15px;
  93. }
  94. .password {
  95. width: 81%;
  96. margin-top: 17px;
  97. height: 35px;
  98. border-radius: 5px;
  99. border: 1px solid #919191;
  100. padding-left: 10px;
  101. font-family: 'PT Sans', sans-serif;
  102. font-size: 15px;
  103. }
  104. .cpassword {
  105. width: 81%;
  106. margin-top: 17px;
  107. height: 35px;
  108. border-radius: 5px;
  109. transition: .6s;
  110. border: 1px solid #919191;
  111. padding-left: 10px;
  112. font-family: 'PT Sans', sans-serif;
  113. font-size: 15px;
  114. }
  115. .cpassword:focus {
  116. border: 2px solid #1bb1fc;
  117. }
  118. .password:focus {
  119. border: 2px solid #1bb1fc;
  120. }
  121. .username:focus {
  122. border: 2px solid #1bb1fc;
  123. }
  124. .signupsmall {
  125. font-family: 'PT Sans', sans-serif;
  126. color: black;
  127. padding-top: 3px;
  128. padding-left: 30px;
  129. font-size: 1.2em;
  130. }
  131. .signuphead {
  132. font-family: 'PT Sans', sans-serif;
  133. color: black;
  134. font-weight: bold;
  135. padding-top: 30px;
  136. padding-left: 30px;
  137. font-size: 1.75em;
  138. }
  139. .signupbox {
  140. position: absolute;
  141. width: 30%;
  142. height: 51%;
  143. border: none;
  144. margin-left: 55%;
  145. margin-top: 8%;
  146. border-radius: 25px;
  147. background-color: white;
  148. -webkit-box-shadow:0 0 15px #666666;
  149. -moz-box-shadow: 0 0 15px #666666;
  150. box-shadow:0 0 15px #666666;
  151. }
  152. .smaller {
  153. height: 40px;
  154. padding-top: 5px;
  155. }
  156. .signup {
  157. padding-top: .6%;
  158. padding-bottom: .6%;
  159. padding-right: 2%;
  160. padding-left: 2%;
  161. border-radius: 20px;
  162. border: 0px;
  163. margin-top: 15px;
  164. background-color: #ef9f1e;
  165. color: white;
  166. position: absolute;
  167. font-weight: bold;
  168. font-size: 12px;
  169. transition: .35s;
  170. margin-left: 90%;
  171. }
  172. .signup:hover {
  173. cursor: pointer;
  174. background-color: #d68d19;
  175. }
  176. .login {
  177. padding-top: .5%;
  178. padding-bottom: .5%;
  179. padding-right: 2%;
  180. padding-left: 2%;
  181. border-radius: 20px;
  182. border: 1px solid white;
  183. margin-top: 15px;
  184. background-color: transparent;
  185. color: white;
  186. position: absolute;
  187. font-weight: bold;
  188. font-size: 12px;
  189. transition: .35s;
  190. margin-left: 82.5%;
  191. }
  192. .login:hover {
  193. cursor: pointer;
  194. background-color: rgba(242, 242, 242, 0.1);
  195. }
  196. .try {
  197. padding-top: 10px;
  198. padding-bottom: 10px;
  199. padding-right: 30px;
  200. padding-left: 30px;
  201. border-radius: 20px;
  202. border: 0px;
  203. margin-top: 20px;
  204. background-color: #ef9f1e;
  205. color: white;
  206. font-weight: bold;
  207. font-size: 15px;
  208. transition: .35s;
  209. }
  210. .try:hover {
  211. cursor: pointer;
  212. background-color: #d68d19;
  213. }
  214. .textbox {
  215. margin-left: 13%;
  216. padding-top: 8%;
  217. }
  218.  
  219. .h24 {
  220. font-family: 'PantonBlack', Times, serif;
  221. color: white;
  222. font-size: 3vw;
  223. }
  224. .h25 {
  225. font-family: 'PantonSemiBold', Times, serif;
  226. color: white;
  227. font-size: 1.6vw;
  228. padding-top: 1.1%;
  229. }
  230.  
  231. .topbody {
  232. background-image: url("https://i.imgur.com/2IF9tHt.png");
  233. background-repeat: no-repeat;
  234. background-size: 100%;
  235. height: 620px;
  236. }
  237. .textunder {
  238. font-family: 'PantonThin', Times, serif;
  239. color: white;
  240. font-size: 25px;
  241. }
  242. .slogo {
  243.  
  244. height: 50px;
  245. }
  246. .textlogo {
  247. font-family: 'Panton', Times, serif;
  248. color: white;
  249. font-size: 4em;
  250. }
  251.  
  252.  
  253. @font-face {
  254. font-family: 'Panton';
  255. src: url('http://hypixel.pw/link/Panton.otf');
  256. src:
  257. local('Lovely Font'),
  258. local('Lovely-Font'),
  259. url('/link/Panton.otf')
  260. format('opentype');
  261. }
  262.  
  263. @font-face {
  264. font-family: 'PantonSemiBold';
  265. src: url('http://hypixel.pw/Panton-SemiBold.otf');
  266. src:
  267. local('Lovely Font'),
  268. local('Lovely-Font'),
  269. url('/Panton-SemiBold.otf')
  270. format('opentype');
  271. }
  272. @font-face {
  273. font-family: 'PantonBlack';
  274. src: url('http://hypixel.pw/Panton-Black.otf');
  275. src:
  276. local('Lovely Font'),
  277. local('Lovely-Font'),
  278. url('/Panton-Black.otf')
  279. format('opentype');
  280. }
  281.  
  282. @font-face {
  283. font-family: 'PantonThin';
  284. src: url('http://hypixel.pw/Panton-Thin.otf');
  285. src:
  286. local('Lovely Font'),
  287. local('Lovely-Font'),
  288. url('/Panton-Thin.otf')
  289. format('opentype');
  290. }
  291.  
  292. @font-face {
  293. font-family: 'PantonRegular';
  294. src: url('http://hypixel.pw/Panton-Regular.otf');
  295. src:
  296. local('Lovely Font'),
  297. local('Lovely-Font'),
  298. url('/Panton-Regular.otf')
  299. format('opentype');
  300. }
  301.  
  302.  
  303.  
  304. * {
  305. outline: none;
  306. margin: 0px;
  307. padding: 0px;
  308. }
  309.  
  310.  
  311.  
  312. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement