Guest User

Untitled

a guest
May 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. .jumbotron {
  2. background-image: url("../img/9.jpg");
  3. background-size: cover;
  4. }
  5. .emilmegalla {
  6. text-transform: uppercase
  7. color: white;
  8. }
  9. .navbar ul li{
  10. display: inline-block;
  11. body {
  12. background-image: url("../img/London.jpg");
  13. position: relative;
  14. }
  15. .jumbotron p {
  16. color: #3333ff;
  17. text-shadow: 6px 6px 6px #ff0000;
  18. font-size: 1.5em;
  19. }
  20. h1 {
  21. font-family: Dancing Script;
  22. color: #11aac4;
  23. text-shadow: 4px 4px 4px #ffd700 ;
  24. }
  25. [href] {
  26. color: red;
  27. }
  28. p strong {
  29. color: #ff00ff;
  30. text-shadow: 6px 6px 6px #3333ff;
  31. }
  32. /***.nav {
  33. z-index: 5;
  34. }***/
  35. .nav a:hover {
  36. color: #ff0;
  37. text-decoration: none;
  38. transition: color 600ms;
  39. -webkit-transition: color 600ms;
  40. }
  41. .carousel-caption h2 {
  42. color: #ff99ff;
  43. font-family: Dancing Script;
  44. text-shadow: 16px 16px 16px white;
  45. text-transform: uppercase;
  46. text-align: center;
  47. letter-spacing: 0.5em;
  48. }
  49. .carousel-caption p {
  50. color: #4dffb8;
  51. font-family: Dancing Script;
  52. text-shadow: 4px 4px 4px #80ffcc;
  53. text-transform: uppercase;
  54. text-align: center;
  55. letter-spacing: 0.5em;
  56. }
  57. .carousel {
  58. margin-left: -15px;
  59. margin-right: -15px;
  60. }
  61.  
  62. /**** Contact page ****/
  63. h1{
  64. color: #ffdb00;
  65. font-family: Dancing Script;
  66. text-shadow: 1px 1px 1px #0450fb;
  67. text-transform: uppercase;
  68. text-align: center;
  69. letter-spacing: 0.2em;
  70. }
  71. h2 {
  72. color: #ccff66;
  73. font-family: Indie Flower;
  74. text-shadow: 1px 1px 1px #00fbff;
  75. text-transform: uppercase;
  76. text-align: center;
  77. letter-spacing: 0.2em;
  78. }
  79. p {
  80. color: #BEC174;
  81. font-family: Gamja Flower;
  82. text-shadow: 1px 1px 1px #0450fb;
  83. font-size: 4em;
  84. text-transform: uppercase;
  85. text-align: center;
  86. letter-spacing: 0.2em;
  87. }
  88. .contact {
  89. background-image: url("../img/8.jpg");
  90. background-size: cover;
  91. margin: 0 10px;
  92. padding: 40px
  93. }
  94. [href] {
  95. color: #BEC174;
  96. font-family: Gamja Flower;
  97. text-transform: uppercase;
  98. text-align: center;
  99. text-transform: uppercase;
  100. text-shadow: 1px 1px 1px #0450fb;
  101. }
  102. /***.nav ul li{
  103. display: inline-block;
  104. }***/
  105.  
  106. .glyphicon:hover {
  107. color: red;
  108. text-decoration: none;
  109. transition: color 300ms;
  110. -webkit-transition: color 600ms;
  111. }
  112. /**** Faq page ****/
  113. .faq {
  114. background-image: url("../img/6.jpg")
  115. }
  116. /***.nav-f a:hover {
  117. color: #ff0;
  118. text-decoration: none;
  119. transition: color 600ms;
  120. -webkit-transition: color 600ms;
  121. }***/
  122. /***.nav-f {
  123. color: #BEC174;
  124. font-family: Gamja Flower;
  125. text-transform: uppercase;
  126. text-align: center;
  127. text-transform: uppercase;
  128. text-shadow: 2px 2px 2px #0450fb;
  129. letter-spacing: 0.2em;
  130. }***/
  131. /***.nav-f ul li {
  132. display: inline-block;
  133. }***/
  134. .panel-group {
  135. color: #0f3e0f;
  136. background-color: #99b3ff;
  137. width: 40%;
  138. }
  139. .panel-body {
  140. color: #4d4dff;
  141. text-decoration: none;
  142. transition: color 300ms;
  143. -webkit-transition: color 600ms;
  144. }
  145. .panel-title {
  146. color: #b3b3ff;
  147. }
Add Comment
Please, Sign In to add comment