-Annie-

Lab:PizzaMore-Home(Styles)

Feb 6th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.09 KB | None | 0 0
  1. #myCarousel {
  2.     height: 100%;
  3.     width: auto;
  4.     position: absolute;
  5.     top: 0;
  6. }
  7.  
  8. .carousel-inner {
  9.     height: 100%;
  10.     width: auto;
  11. }
  12.  
  13. .container-fluid {
  14.     padding: 0;
  15. }
  16.  
  17. #navigation {
  18.     background: transparent;
  19.     border: none;
  20.     position: relative;
  21.     padding: 2px;
  22.     font-size: 20px;
  23. }
  24.  
  25. .btn {
  26.     font-size: 20px;
  27.     float: right;
  28.     margin: 3px;
  29. }
  30.  
  31. .navbar-default .navbar-brand {
  32.     color: #ffffff;
  33. }
  34.  
  35. .navbar-default .navbar-brand:hover,
  36. .navbar-default .navbar-brand:focus {
  37.     color: #e0e0e0;
  38. }
  39.  
  40. .navbar-default .navbar-nav > li > a {
  41.     color: #ffffff;
  42. }
  43.  
  44. .navbar-default .navbar-nav > li > a:hover,
  45. .navbar-default .navbar-nav > li > a:focus {
  46.     color: #D5D5D5;
  47. }
  48.  
  49. .navbar-default .navbar-nav > .active > a,
  50. .navbar-default .navbar-nav > .active > a:hover,
  51. .navbar-default .navbar-nav > .active > a:focus {
  52.     color: #ffffff;
  53.     background-color: #D5D5D5;
  54. }
  55.  
  56. .navbar-default {
  57.     position: relative;
  58.     z-index: 4;
  59.     background: transparent;
  60.     border: none;
  61. }
  62.  
  63. .carousel {
  64.     position: absolute;
  65.     top: 0;
  66. }
  67.  
  68. .form-holder {
  69.     z-index: 4000;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment