CSS   105
responsive slider css
Guest on 17th March 2023 12:16:15 AM


  1. html, body {
  2.         /*height: 100%;*/      
  3. }
  4.  
  5.  
  6. #responsive-slider {
  7.         font-family: 'Open Sans', sans-serif;
  8.         min-height: 400px;
  9. }
  10.  
  11.  
  12. #responsive-slider .layer a {
  13.         color: #00F;
  14. }
  15.  
  16.  
  17. #responsive-slider .layer.black a {
  18.         color: #FFF;
  19. }
  20.  
  21.  
  22. @media (max-height:500px), (max-width:400px) {
  23.         #responsive-slider .slide-arrows {
  24.                 visibility: hidden;
  25.         }
  26. }

Raw Paste

Login or Register to edit or fork this paste. It's free.