Advertisement
oliviacodes

viola odorata

Nov 6th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [dohtml]<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
  2. <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
  3.  
  4.  
  5.  
  6. <div id="vi">
  7. <bg style="background-image: url(IMAGE HERE)"></bg>
  8. <sc1></sc1>
  9. <l1>A FEW WORDS/LYRICS</l1>
  10. <b1>tag: FIRST LAST<br>words: ###<br>notes: HERE.</b1>
  11. <div id="vi-cont">
  12. <div id="vi-bg1">
  13. <div id="vi-main">
  14.  
  15. text here
  16.  
  17. </div>
  18. </div>
  19. </div>
  20. <img src="GIF HERE WILL RESIZE TO FIT"><sc2></sc2>
  21.  
  22. </div>
  23. <a href="oliviacodes.tumblr.com"><div style="width: 400px; margin: 10px auto; text-align: right; font-size: 8px; font-family: arial; text-transform: uppercase; color: #aaa;">oliviacodes</div></a>
  24.  
  25. <style>
  26. #vi {height: 550px; width: 400px; background: #eee; position: relative; margin: auto}
  27. #vi bg {height: 550px; width: 310px; background-size: cover; position: absolute; right: 0; filter: grayscale(100%);}
  28. #vi sc1 {background: #F1D4F1; mix-blend-mode: screen; opacity: 0.7; position: absolute; height: 550px; width: 310px; right: 0}
  29. #vi l1 {height: 40px; width: 300px; background: none; position: absolute; font-family: poppins; text-transform: uppercase; font-weight: 900; font-size: 25px; line-height: 40px; transform: rotate(90deg); top: 170px; left: -60px; color: #222; z-index: 3; color: #222}
  30. #vi b1 {height: 60px; width: 330px; right: 0; bottom: 30px; background: none; position: absolute; font-family: poppins; text-transform: uppercase; font-weight: 800; font-size: 13px; line-height: 1.2; color: #222; letter-spacing: 1px; z-index: 3;}
  31. #vi-cont {height: 550px; width: 310px; right: 0; position: absolute; overflow: hidden}
  32. #vi-bg1 {height: 550px; width: 310px; left: -310px; position: absolute; background: #eee; transition: 0.7s ease-in-out}
  33. #vi:hover #vi-bg1 {left: 0}
  34. #vi img {height: 40px; width: 40px; position: absolute; object-fit: cover; border-radius: 100%; filter: grayscale(100%); left: 20px; top: 120px; opacity: 0; transition: 0.6s}
  35. #vi sc2 {left: 20px; top: 120px; height: 40px; width: 40px; position: absolute; opacity: 0.7; background: #F1D4F1; border-radius: 100%; mix-blend-mode: multiply; opacity: 0; transition: 0.6s}
  36. #vi-main {height: 390px; width: 230px; background: none; position: absolute; top: 40px; right: 40px; overflow: auto; box-sizing: border-box; padding-right: 10px; text-align: justify; font-family: roboto; font-size: 11px; line-height: 1.4; color: #333; opacity: 0; -webkit-transition: 0.7s ease; font-weight: 400}
  37. #vi-main:first-letter {font-family: poppins; text-transform: uppercase; font-weight: 900; color: #836C86; float: left; font-size: 30px; margin: 0 20px 0 0;}
  38. #vi:hover #vi-main {opacity: 1; transition-delay: 0.4s}
  39. #vi:hover img, #vi:hover sc2 {opacity: 1}
  40. #vi-main::-webkit-scrollbar {width: 7px;}
  41. #vi-main::-webkit-scrollbar-thumb {background: #ddd; border: none!important}
  42. #vi-main::-webkit-scrollbar-track {background: #eee; border: none!important}
  43.  
  44. </style>[/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement