WIP
This commit is contained in:
parent
e5c28569c6
commit
9d0162e475
11 changed files with 456 additions and 194 deletions
25
src/Header.module.css
Normal file
25
src/Header.module.css
Normal 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%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue