(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
$('.my-banner').animate({ paddingTop: h }); | $('.my-banner').animate({ paddingTop: h }); | ||
}); | }); | ||
+ | |||
+ | $(document).ready(function(e){ | ||
+ | $('#bodyContent').addClass("container marketing padding-top") | ||
+ | }) | ||
</script> | </script> | ||
Line 16: | Line 20: | ||
.container { | .container { | ||
text-align:justify; | text-align:justify; | ||
− | width: | + | width: 75%; |
} | } | ||
Line 93: | Line 97: | ||
} | } | ||
+ | .carousel-caption { | ||
+ | background-color: grey; | ||
+ | padding: 4px 12px 30px 12px | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 12:11, 1 November 2017