Facebook
From Small Hamerkop, 5 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 238
  1. .carousel-cell {
  2.   width: 100%;
  3.   /* full width */
  4.   min-height: 250px;
  5.   /* height of carousel */
  6.   height: 50vh;
  7.   background-size: cover;
  8. }
  9.  
  10. .container {
  11.   max-width: 1200px;
  12.   /* full width */
  13.   text-align: center;
  14. }
  15.  
  16. .reset_button {
  17.   position: absolute;
  18.   width: 85px;
  19.   height: 45px;
  20.   top: 0;
  21.   right: 0;
  22. }
  23.  
  24. .pbcontainer {
  25.   width: 100%;
  26. }
  27.  
  28. .pb {
  29.   width: 0;
  30.   height: 45px;
  31.   background: black;
  32. }
  33.  
  34. /*# sourceMappingURL=style.css.map */