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