Advertisement
Guest User

CSSbootstrap

a guest
Oct 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. .carousel-item{
  2.     width: 100%;
  3.     height: 500px;
  4.     overflow: hidden;
  5. }
  6. .carousel-item img{
  7.     width: 100%;
  8.     height: 100%;
  9.     object-fit: cover;
  10.  
  11. }
  12. .customMargin{
  13.     margin-right: 50px;
  14.     margin-left: 50px;
  15. }
  16. .card-img-top{
  17.     max-height: 150px;
  18.     margin: 10px;
  19. }
  20. body{
  21.     font-family: 'Raleway', sans-serif;;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement