Advertisement
Qhuinn

humpbus

Aug 3rd, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.50 KB | None | 0 0
  1. /* latin-ext */
  2. @font-face {
  3.   font-family: 'Raleway';
  4.   font-style: normal;
  5.   font-weight: 700;
  6.   src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/WmVKXVcOuffP_qmCpFuyzSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  7.   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  8. }
  9. /* latin */
  10. @font-face {
  11.   font-family: 'Raleway';
  12.   font-style: normal;
  13.   font-weight: 700;
  14.   src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  15.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19.   font-family: 'Raleway';
  20.   font-style: normal;
  21.   font-weight: 800;
  22.   src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v11/QoPu455RxV2raYSIFXAMBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  23.   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  24. }
  25. /* latin */
  26. @font-face {
  27.   font-family: 'Raleway';
  28.   font-style: normal;
  29.   font-weight: 800;
  30.   src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v11/1ImRNPx4870-D9a1EBUdPPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  31.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  32. }
  33.  
  34. #boxhump {width: 400px; padding: 10px; position: relative; min-height: 640px; background: #fff;}
  35. #boxhump .hpic1 {background: #fff; border-radius: 100%; width: 150px; height: 150px; overflow: hidden; position: absolute; bottom: 250px; left: 10px; border: 1px solid #6fa9ae; padding: 10px;}
  36. #boxhump .hpic2 {background: #fff; border-radius: 100%; width: 150px; height: 150px; overflow: hidden; position: absolute; bottom: 12px; left: 10px; border: 1px solid #6fa9ae; padding: 10px;}
  37. #boxhump .hpic1 img, #boxhump .hpic2 img {border-radius: 100%;}
  38. #boxhump hbar {width: 1px; height: 350px; background: #6fa9ae; position: absolute; bottom: 150px; left: 98px;}
  39. .hcontent1 {height:162px; width: 200px; border-bottom: 1px solid #6fa9ae; position: absolute; bottom: 250px; right: 10px; padding-bottom: 10px;} #boxhump htit {display: block; text-align: center; font-weight: 900; font-style: italic; font-family: raleway; text-transform: uppercase; font-size: 20px; color: #000;}
  40. #boxhump hsubtit {display: block; font-size: 9px; font-family: verdana;}
  41. #boxhump htext {color: #6b6b6b; line-height: 100%; text-align: justify; font-family: verdana; font-size: 11px; display: block; padding-top: 5px;}
  42. .hcontent2 {height:162px; width: 200px; border-bottom: 1px solid #6fa9ae; position: absolute; bottom: 12px; right: 10px; padding-bottom: 10px;}
  43. #boxhump hump {color: #fff; font-weight: bold; border-radius: 100%; position: absolute; top: 12px; right: 90px; font-family: raleway; font-size: 60px; padding: 15px; background: #000; line-height: 100%; width: 60px;}
  44. #boxhump humpy {width: 60px; color: #fff; font-weight: bold; border-radius: 100%; position: absolute; top: 12px; left: 170px; font-family: raleway; font-size: 60px; padding: 15px; background: #6fa9ae; line-height: 100%;}
  45. #boxhump desc-hump {padding: 10px; padding-top: 0px; width: 290px; margin-top: 120px; color: #6b6b6b; font-size: 11px; font-family: verdana; line-height: 100%; display: block; border-left: 1px solid #6fa9ae; border-bottom: 1px solid #6fa9ae; margin-left: 87px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement