add a basic nav on top of page
with links to Wiki, Forge and Matrix tools
This commit is contained in:
parent
c3ca6d4f18
commit
4bff802740
2 changed files with 22 additions and 0 deletions
|
|
@ -24,6 +24,20 @@ h1, h2{
|
|||
color:#ff0000;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
padding: inherit;
|
||||
margin: inherit;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
nav li a {
|
||||
margin: 0.2em 0.5em;
|
||||
line-height: 2em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
header{
|
||||
border-top: 20px solid #ff0000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue