Alathra:Navigation: Difference between revisions
CSS test |
No edit summary |
||
(59 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#css: | |||
#nav { | |||
height: auto; | |||
width: auto; | |||
display: flex; | |||
justify-content: center; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
gap: 30px; | |||
} | |||
}} | |||
<div id="nav"> | |||
{{Navcard | |||
|image=Reading guides.png | |||
|link=[[Guides]] | |||
|text=Guides | |||
}} | |||
{{Navcard | |||
|image=History category.png | |||
|link=[[Alathra:Under Work]] | |||
|text=History | |||
}} | |||
{{Navcard | |||
|image = Nation banners.png | |||
|link=[[Alathra:Under Work]] | |||
|text=Nations | |||
}} | |||
{{Navcard | |||
|image = Outpost castle.png | |||
|link=[[Alathra:Under Work]] | |||
|text=Towns | |||
}} | |||
{{Navcard | |||
|image=Universe category.png | |||
|link=[[Alathra:Under Work]] | |||
|text=Universe | |||
}} | |||
{{Navcard | {{Navcard | ||
| | |image=Cartography category.png | ||
|link=[[Alathra:Under Work]] | |||
|link=[[Alathra: | |text=Cartography | ||
}} | }} | ||
</div> |