1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- body {
- padding-top:50px;
- padding-bottom: 40px;
- }
-
- .carousel {
- height: 500px;
- margin-bottom: 60px;
- }
- .carousel .item {
- height: 500px;
- background-color: #000;
- }
- .carousel .item img {
- width: 100%;
- }
- .carousel-caption {
- z-index: 10;
- }
- .carousel-caption p {
- margin-bottom: 20px;
- font-size: 20px;
- line-height: 1.8;
- }
- #summary .col-md-4 {
- text-align:center;
- }
- .feature-divider {
- margin: 40px 0;
- }
- .feature {
- padding: 30px 0;
- }
- .feature-heading {
- font-size: 50px;
- color: #2a6496;
- }
- .feature-heading .text-muted {
- font-size: 28px;
- }
- .feature-heading {
- margin-top: 120px;
- }
|