Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. .body {
  2. background-color: #1e1e1e;
  3. }
  4. .jumbotron p {
  5. color: dark-grey;
  6. }
  7. .container-fluid {
  8. color: #ffe7e1;
  9. background-color: #1e1e1e;
  10. padding: 0px;
  11. }
  12. .row {
  13. color: #727272;
  14. }
  15. .nav ul li {
  16. display: inline-block;
  17. padding: 5px 10px 5px;
  18. float: right;
  19. }
  20. .nav {
  21. background-color: black;
  22. position: fixed;
  23. width: 100%;
  24. top: 0;
  25. z-index: 1;
  26. }
  27. .nav ul li a {
  28. color: #fff;
  29. text-transform: uppercase;
  30. letter-spacing: 0.10em;
  31. transition: color 600ms;
  32. -webkit-transition: color 600ms;
  33. }
  34. .nav a:hover {
  35. color: #feb3bb;
  36. text-decoration: none;
  37. }
  38. #intro1 {
  39. padding-bottom: 300px;
  40. }
  41. #intro2 {
  42. padding-bottom: 300px;
  43. }
  44. #intro3 {
  45. padding-bottom: 300px;
  46. }
  47. .carousel-caption h1 {
  48. color: #ffe7e1;
  49. }
  50. .carousel-caption h1:hover {
  51. color: #feb3bb;
  52. text-decoration: none;
  53. }
  54. .carousel-caption p {
  55. color: #ffe7e1
  56. }
  57. /*typography*/
  58. .carousel-caption h1 {
  59. font-family: 'Lobster', Futura, Geneva, sans-serif;
  60. font-size: 8em;
  61. }
  62. .carousel-caption p {
  63. font-family: Arial, Futura, Geneva, sans-serif;
  64. font-size: 2em;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement