Alathra:Navigation: Difference between revisions
m CSS test |
m CSS test |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
#nav { | #nav { | ||
height: | height: 550px; | ||
width: auto; | width: auto; | ||
display: flex; | display: flex; | ||
Line 13: | Line 13: | ||
flex-direction: row; | flex-direction: row; | ||
justify-content: center; | justify-content: center; | ||
gap: | gap: 30px; | ||
} | } | ||
Line 30: | Line 30: | ||
#nav { | #nav { | ||
height: 700px; | height: 700px; | ||
} | } | ||
} | } | ||
} | } | ||
}} | }} |