Advertisement
Guest User

cool

a guest
Apr 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <style>
  2. body {
  3. font-family: "Arial";
  4. background-image: url(https://farm8.staticflickr.com/7449/9254480107_69bbdfb74f_b.jpg);
  5. background-repeat:no-repeat;
  6. background-size:cover;
  7. text-align: center;
  8. }
  9. h1 {
  10. color: rgba(7,77,15,1.00);
  11. }
  12. h2 {
  13. color: rgba(34,80,1,1.00);
  14. }
  15. h3{
  16. color: rgba(232,86,0,1.00);
  17. }
  18. h4, ol {
  19. color: #4201FD
  20. }
  21. p, ol {
  22. color: #0017A3;
  23. border-style: dashed;
  24. background-color: rgba(42,255,112,0.65);
  25. text-align: justify;
  26. font-weight: bold;
  27. font-size-adjust: auto;
  28. margin-left: 30px;
  29. margin-right: 30px;
  30. font-size: 25px;
  31.  
  32.  
  33. }
  34. .test {
  35. position: fixed;
  36. }
  37. .lists{
  38. text-align: justify;
  39. font-weight: bold;
  40. position: relative;
  41. align-content: center
  42.  
  43. }
  44. .image {
  45. border-style: ridge;
  46. border-color: #0C1878;
  47. border-width: thick
  48. }
  49. .image1 {
  50. margin-bottom: auto;
  51. border-style: ridge;
  52. border-color: #0C1878;
  53. border-width: thick;
  54. }
  55. .music {
  56. width: 100px;
  57. }
  58. .backtotop {
  59. position: fixed;
  60. z-index: 1;
  61. align-content: center;
  62.  
  63. }
  64. .topnav {
  65.  
  66. background-color: rgba(52,68,196,0.62);
  67. overflow: hidden;
  68. margin-top: 5px;
  69. bottom: 10px;
  70. }
  71. .topnav a {
  72. float: left;
  73. display: block;
  74. color: rgba(255,246,21,1.00);
  75. text-align: center;
  76. padding: 14px 16px;
  77. text-decoration: none;
  78. font-size: 17px;
  79. }
  80. .topnav a:hover {
  81. background-color: #0B6274;
  82. color: black;
  83. }
  84. .active {
  85. background-color: #1C7693;
  86. color: white;
  87. }
  88. .topnav .icon {
  89. display: none;
  90. }
  91. .topsection {
  92. line-height: 0em;
  93. }
  94. * {cursor: url(http://cur.cursors-4u.net/cursors/cur-1/cur45.ani), url(http://cur.cursors-4u.net/cursors/cur-1/cur45.png), auto !important;}
  95. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement