Alathra:Navigation: Difference between revisions
m CSS test |
m CSS test |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
#nav { | #nav { | ||
height: | height: auto; | ||
width: auto; | width: auto; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
flex-wrap: wrap; | |||
gap: 30px; | gap: 30px; | ||
} | } | ||
Line 18: | Line 12: | ||
}} | }} | ||
<div id="nav"> | <div id="nav"> | ||
{{Navcard | {{Navcard | ||
|link=[[Nations]] | |link=[[Nations]] | ||
Line 27: | Line 20: | ||
|text=Towns | |text=Towns | ||
}} | }} | ||
{{Navcard | {{Navcard | ||
|image=Reading guides.png | |image=Reading guides.png | ||
Line 39: | Line 30: | ||
|text=History | |text=History | ||
}} | }} | ||
{{Navcard | {{Navcard | ||
|image=Universe category.png | |image=Universe category.png | ||
Line 51: | Line 40: | ||
|text=Cartography | |text=Cartography | ||
}} | }} | ||
</div> | </div> |