Add short 'About me' section

This commit is contained in:
2022-09-29 22:41:07 -04:00
parent 96f1069a5c
commit ed0ee09dfb
5 changed files with 73 additions and 7 deletions

View File

@@ -11,10 +11,12 @@ body {
.topnav {
background-color: #222;
overflow: hidden;
margin: 0px;
position: fixed;
margin: 0;
position: sticky;
top: 0;
height: 6vh;
width: 100%;
line-height: 6vh;
}
.topnav ul {
@@ -32,9 +34,11 @@ body {
float: right;
color: aliceblue;
text-align: center;
padding: 14px 16px;
padding: 1.75vh 1.5vw;
text-decoration: none;
font-size: medium;
margin: 0;
height: 6vh;
}
.topnav a:hover {