Jump to content

Alathra:Navcard: Difference between revisions

CSS test
 
m CSS test
Line 1: Line 1:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
__NOTOC____NOEDITSECTION____NOTITLE__{{#css:
   #container {
   #container {
     height: {{{height|200px}}};
     height: {{{height|180px}}};
     width: {{{width|200px}}};
     width: {{{width|200px}}};
     border: solid;
     border: solid;
     border-color: red;
     border-color: red;
  }
  #img {
    height: 80%;
    border: solid;
    border-color: yellow;
   }
   }
}}
}}
 
<div id="container"><div id="img"></div></div>
<div id="container"></div>

Revision as of 13:01, 3 May 2025