thisisnotras

Rikuo

Feb 11th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Srisakdi');
  4.  
  5. body{
  6. background-image:url(https://www.transparenttextures.com/patterns/black-scales.png);
  7. background-size: 15px;
  8. background-color: #64b6d894;}
  9.  
  10. #allof{
  11. position: absolute;
  12. top: 0px;
  13. left: 0px;
  14. right: 0px;
  15. bottom: 0px;
  16. background-image:url(https://i.imgur.com/ti0zIZD.png);
  17. background-size: auto 100%;
  18. background-repeat: no-repeat;
  19. background-position: 0% 7vh;
  20. overflow: hidden;
  21. -webkit-filter:drop-shadow(0px 0px 10px black);}
  22.  
  23. #quotetext{
  24. position: absolute;
  25. top: 19vh;
  26. left: 65vh;
  27. font-size: 30px;
  28. color: black;
  29. font-family: 'Srisakdi', cursive;
  30. font-weight: 800;
  31. font-style: italic;
  32. text-indent: -200px;
  33. text-shadow: 1px 1px 3px rgba(0,0,0,0.46);
  34. opacity: .7;
  35. }
  36.  
  37. #blackbar{
  38. position: absolute;
  39. opacity: .7;
  40. background: black;
  41. height: 5px;
  42. width: 300px;
  43. left: -10px;
  44. top: 73px;
  45. border-radius:20px;
  46. overflow: hidden;
  47. }
  48.  
  49. #blackbar2{
  50. position: absolute;
  51. opacity: .7;
  52. background: black;
  53. height: 5px;
  54. width: 439px;
  55. left: -210px;
  56. top: -9px;
  57. border-radius: 20px;
  58. overflow: hidden;
  59. }
  60.  
  61.  
  62. </style>
  63.  
  64. <div id="allof">
  65. </div>
  66.  
  67. <div id="quotetext">
  68. The cure for anything is salt water ; <br>sweat, tears or the sea.
  69. <div id="blackbar">
  70. </div>
  71. </div>
Add Comment
Please, Sign In to add comment