Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.14 KB | None | 0 0
  1.  
  2.  
  3. body {
  4.     background-color: #fff;
  5. }
  6.  
  7. .pl-content-hero {
  8.     max-width: 100% !important;
  9. }
  10.  
  11. .startpage-hero {
  12.     height: calc(40vh);
  13.     min-height: calc(30vh);
  14.     max-height: calc(50vh);
  15.     width: 100% !important;
  16.     display: block;
  17. }
  18. .startpage-carousel-item:nth-child(2),
  19. .startpage-carousel-item:nth-child(3) {
  20.     display: none;
  21. }
  22.  
  23. .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
  24.     left: 0;
  25.     -webkit-transform: translate3d(0,0,0);
  26.     transform: translate3d(0,0,0);
  27.     background-size: cover;
  28. }
  29. /*
  30. .col-xs-12 h2::after {
  31.     background-color: rgb(27, 70, 113);
  32.     content: "";
  33.     position: absolute;
  34.     width: 200%;
  35.     height: 1rem;
  36.     left: -50%;
  37.     top: 4rem;
  38. }
  39. */
  40. .padding-top-10x h2 {
  41.     transform: rotate(-1deg);
  42.     display: block;
  43.     /* background-color: rgba(27, 70, 113, 0.5); */
  44.     width: 200%;
  45.     margin-left: -50%;
  46.     padding-left: 50%;
  47.     padding-right: 50%;
  48.     padding-bottom: 1rem;
  49.     margin-bottom: 6rem !important;
  50.     /* color: #fff; */
  51.     padding-top: 3rem;
  52.     border-bottom: 1rem solid rgba(27, 70, 113, 1);
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement