html.xonsh/css/navbar.css

29 lines
421 B
CSS

/* Stolen from www.alm.website with permission */
nav {
display: flow;
border: solid 2px black;
margin: auto;
width: fit-content;
text-align: center;
justify-content: center;
white-space: nowrap;
}
nav li {
list-style: none;
border: solid 1px black;
margin: 2px;
}
nav h1 {
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
}
nav strong {
font-family: serif;
font-size: x-large;
}