assignment.css 243 B

1234567891011
  1. #home-carousel .item img {
  2. height: 600px;
  3. width: 100%;
  4. object-fit: cover;
  5. margin-left: auto;
  6. margin-right: auto; }
  7. #home-carousel h2 {
  8. font-size: 400%;
  9. text-shadow: 2px 2px 5px #000; }
  10. /*# sourceMappingURL=assignment.css.map */