Template:Navcard: Difference between revisions

m CSS test
m CSS test
Line 6: Line 6:
     border-radius: 2px;
     border-radius: 2px;
     overflow: hidden;
     overflow: hidden;
    cursor: grab;
     transition: transform .4s;
     transition: transform .4s;
   }
   }
    
    
   #link-overlay:hover {
   #link-overlay:hover {
     transform: scale(1.1);
     transform: scale(1.05);
   }
   }
    
    
Line 28: Line 27:
   .test {
   .test {
     position: absolute;
     position: absolute;
    cursor: grab;
   }
   }