CSS   23
tab accordion media css
Guest on 18th September 2023 07:58:56 AM


  1. media (max-width: 800px) {
  2.  
  3.     .tabs a {
  4.         width:100%;
  5.     }
  6.  
  7.     .tabs a + div{
  8.         position: static;
  9.         float:left;
  10.     }
  11.     .tabs li{
  12.         display: block;
  13.         overflow: hidden;
  14.         margin: 0 0 1px 0;
  15.     }
  16.  
  17. }

Raw Paste

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