Alathra:Navcard: Difference between revisions

m CSS test
Tag: Reverted
m Undo revision 947 by 4erospace (talk)
Tag: Undo
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
  #link-overlay img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
 
   #container {
   #container {
     height: {{{height|180px}}};
     height: {{{height|180px}}};
Line 16: Line 7:
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
  }
 
  #container img {
    width: 100%;
    height: 100%;
    z-index: 1;
   }
   }
    
    
Line 39: Line 36:
   }
   }
}}
}}
<div id="link-overlay">[[File:Invisible-png.png]]<div id="container"><div id="img-container">[[File:Stillwindsclimate.jpg|link=]]</div><div id="title"></div></div></div>
<div id="container">[[File:Invisible-png.png]]<div id="img-container">[[File:Stillwindsclimate.jpg|link=]]</div><div id="title"></div></div>