Alathra:Navcard: Difference between revisions
m CSS test Tag: Reverted |
Tag: Undo |
||
Line 1: | Line 1: | ||
__NOTOC____NOEDITSECTION____NOTITLE__{{#css: | __NOTOC____NOEDITSECTION____NOTITLE__{{#css: | ||
#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=" | <div id="container">[[File:Invisible-png.png]]<div id="img-container">[[File:Stillwindsclimate.jpg|link=]]</div><div id="title"></div></div> |