Advertisement
Galebickosikasa

Untitled

Dec 22nd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. body {
  2. background-size: 1600px;
  3. background-image: url("https://s1.1zoom.ru/big0/835/Dogs_Dinosaurs_White_background_Chihuahua_Uniform_550481_1280x918.jpg");
  4. background-repeat: no-repeat;
  5. background-attachment: fixed;
  6. background-position: 195% 50%;
  7. }
  8. .center {
  9. text-align: center;
  10. margin-left: auto;
  11. margin-right: auto;
  12. }
  13. .image {
  14. text-align: center;
  15. font-style: italic;
  16. margin-top: 0;
  17. margin-bottom: 5px;
  18. color: #4a4646;
  19. }
  20. .figcaption {
  21. background-color: white;
  22. width: fit-content;
  23. margin: auto;
  24. /*opacity: 0.7;*/
  25. }
  26. .simple_text {
  27. color: #800080;
  28. font: 20px Snell Roundhand, cursive;
  29. /*font-size: 20px;*/
  30. /*text-shadow: 0.5px 0.5px;*/
  31. /*font-style: oblique;*/
  32. }
  33. .big_text {
  34. color: #60098f;
  35. font: 23px Snell Roundhand, cursive;
  36. }
  37. .cool_text {
  38. color: #8b57d4;
  39. font: 25px Snell Roundhand, cursive;
  40. }
  41. .cool_list {
  42. color: #8b57d4;
  43. font: 20px Snell Roundhand, cursive;
  44. margin: 0px;
  45. }
  46. .main_container {
  47. width: 1450px;
  48. height: auto;
  49. margin-left: auto;
  50. margin-right: auto;
  51. background-color: white;
  52. }
  53. .slideshow-container {
  54. max-width: 600px;
  55. height: 450px;
  56. background-color: white;
  57. position: relative;
  58. margin: auto;
  59. }
  60. .prev, .next {
  61. cursor: pointer;
  62. position: absolute;
  63. top: 50%;
  64. width: auto;
  65. margin-top: -22px;
  66. padding: 16px;
  67. /*color: white;*/
  68. font-weight: bold;
  69. font-size: 18px;
  70. transition: 0.6s ease;
  71. border-radius: 0 3px 3px 0;
  72. user-select: none;
  73. }
  74. .next {
  75. right: 0;
  76. border-radius: 3px 0 0 3px;
  77. }
  78. .prev:hover, .next:hover {
  79. background-color: rgba(0,0,0,0.8);
  80. }
  81. .mySlides {
  82. display: none;
  83. text-align: center;
  84. }
  85. .fade {
  86. -webkit-animation-name: fade;
  87. -webkit-animation-duration: 1s;
  88. animation-name: fade;
  89. animation-duration: 1s;
  90. }
  91. .additional_image1 {
  92. margin-top: -140px;
  93. margin-left: 1050px;
  94. }
  95. .kek1 {
  96. margin-top: 120px;
  97. }
  98. .additional_text1 {
  99. margin-top: -200px;
  100. margin-left: 50px;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement