This commit is contained in:
Robert Long
2021-08-19 17:49:45 -07:00
parent e5c28569c6
commit 9d0162e475
11 changed files with 456 additions and 194 deletions

25
src/Header.module.css Normal file
View File

@@ -0,0 +1,25 @@
.header {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 98px;
user-select: none;
}
.leftNav {
position: absolute;
left: 20px;
}
.logo {
display: flex;
align-items: center;
text-decoration: none;
}
.rightNav {
position: absolute;
right: 20px;
max-width: 30%;
}