Advertisement
rpaccount

Code work

Dec 17th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
  3.  
  4. body{
  5. background-color:#FFF;
  6. background-image:url(http://i.picpar.com/lCBc.gif);
  7. background-size:100% 100%;
  8. background-position: top right;
  9. background-repeat:no-repeat;
  10. background-attachment:fixed;
  11. }
  12.  
  13. .box {position: absolute;
  14. top: 7%;
  15. left: 7%;
  16. background: #transparent;
  17. width: 85%;
  18. height: 86%;
  19. border: 2px solid #transparent;
  20. background-image: url("");
  21. background-repeat: repeat;
  22. background-size: ;
  23. opacity:1;
  24. }
  25.  
  26. ::-webkit-scrollbar {
  27. width:1.5px;
  28. height:1.5px;
  29. background-color:#transparent;
  30. }
  31. ::-webkit-scrollbar-thumb:vertical {
  32. background-color:#888888;
  33. }
  34. ::-webkit-scrollbar-thumb:horizontal {
  35. background-color:#888888;
  36. }
  37.  
  38. h1 {
  39. font: normal 12px 'lucida console';
  40. border-bottom: 1px solid #12080E;}
  41.  
  42. b {
  43. color: #702963;
  44. font-weight:bold;
  45. letter-spacing: 1px;
  46. }
  47.  
  48. i{
  49. color:#000000
  50. ;
  51. font-family:Kaushan Script;
  52. font-weight:light;
  53. letter-spacing: 1px;
  54. font-style:cursive;
  55. }
  56.  
  57. u{
  58. text-decoration:none;
  59. text-shadow:0px 0px 2px #823571;
  60. }
  61.  
  62. a:active, a:link, a:visited{
  63. color:#ccff00;
  64. text-decoration:none;
  65. }
  66.  
  67. #quote{
  68. position: absolute;
  69. z-index:6;
  70. left: 1%;
  71. top: 5%;
  72. color: #FF893F;
  73. text-shadow: 0.2vw 0.2vw 0.2vw #9F1531;
  74. font-family:Kaushan Script;
  75. font-size: 1.8vw;
  76. letter-spacing: 0.1vw;
  77. }
  78.  
  79.  
  80.  
  81. </style>
  82. <div id="quote">
  83. Like a flame, I will burn you. Can you with stand this fire?
  84. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement