Jump to content

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;
    transition: transform .4s;
  }
 
  #link-overlay:hover {
    transform: scale(1.05);
   }
   }
    
    
Line 39: Line 34:
     height: 75%;
     height: 75%;
     width: auto;
     width: auto;
    transition: transform .4s;
   }
   }
    
    
Line 53: Line 47:
     width: auto;
     width: auto;
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: {{{font-size|24px}}};
     align-content: center;
     align-content: center;
   }
   }

Revision as of 15:33, 5 May 2025