Updated nav on cpp.html

This commit is contained in:
2026-02-23 08:25:10 -06:00
parent 48d8a19fc5
commit 6e36af0390

View File

@@ -9,15 +9,19 @@
margin:2em;
}
header {
display:block;
width: 100%;
background-color:black;
padding:1em;
}
header * {
color:white;
display: inline;
padding-left:1em;
color:white;
}
nav {
display:block
}
nav * {
padding-right: 1em;
}
code, pre {
whitespace: normal;
@@ -30,14 +34,15 @@
background-color:lightgray;
}
</style>
</head>
<body>
<header>
<span style="font-size: 32px;">Lucas Rufkahr</span>
<span style="font-size: 36px;">Lucas Rufkahr</span>
<nav>
<a href="https://lukerufkahr.com">Home</a>
<a href="https://lukerufkahr.com/notes.html">Notes</a>
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
</nav>
</header>
<main>
<h1>C++ Notes</h1>