Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. .jumbotron {
  2. background-image: url("../img/Japan2.jpg");
  3. background-size: cover;
  4. }
  5.  
  6. .jumbotron h1 {
  7. color: white;
  8. }
  9.  
  10. .jumbotron p {
  11. color: white;
  12. }
  13.  
  14. .nav ul li {
  15. display: inline-blocK;
  16. text-transform: uppercase;
  17. letter-spacing: 0.05em;
  18. padding: 20px 10px 20px;
  19. float: right;
  20. }
  21.  
  22. .nav ul li a {
  23. color: #FFFFFF
  24. }
  25.  
  26. .nav {
  27. background-color: rgba(0,0,0,0.7);
  28. position: fixed;
  29. width: 100%;
  30. top: 0;
  31. }
  32.  
  33. #home {
  34. float: left;
  35. }
  36.  
  37. .nav a:hover {
  38. color: #ff0;
  39. text-decoration: none;
  40. }
  41.  
  42. .nav a:link {
  43. transition: color 600ms;
  44. -webkit-transition: color 600ms;
  45. }
  46.  
  47. /*Carousel*/
  48.  
  49. .carousel-caption {
  50. color: #FF0000 !important;
  51. margin-bottom: 270px;
  52. }
  53.  
  54. .carousel-caption p {
  55. font-size: 10px;
  56. }
  57.  
  58. .right {
  59. margin-top: 250px;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement