Jump to content

Alathra:Navigation: Difference between revisions

m CSS test
m CSS test
Line 1: Line 1:
{{#css:
{{#css:
   #nav-menu {
   #nav {
     height: 400px;
     height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
 
  #nav-row {
     width: 100%;
     width: 100%;
     display: flex;
     display: flex;
Line 8: Line 14:
   }
   }
}}
}}
<div id="nav-menu">
 
<div id="nav">
<div id="nav-row">
{{Navcard
{{Navcard
|image=Reading guides.png
|image=Reading guides.png
Line 24: Line 32:
|text=Events
|text=Events
}}
}}
<br>
 
</div>
<div id="nav-row">
 
{{Navcard
{{Navcard
|size=mini
|size=mini
Line 51: Line 62:
|text=Cartography
|text=Cartography
}}
}}
</div>
</div>

Revision as of 18:20, 5 May 2025