mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:38:03 +01:00
wooooo new navbar
how fun innit
This commit is contained in:
parent
e47fd2bcb3
commit
36945b95ef
1 changed files with 24 additions and 4 deletions
|
@ -178,14 +178,34 @@ src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto
|
|||
<style>
|
||||
nav .right {
|
||||
display: flex;
|
||||
border-radius: 36px;
|
||||
border-radius: 5px;
|
||||
justify-content: normal;
|
||||
margin-left: 80px;
|
||||
padding-left: 0px;
|
||||
margin-right: 30px;
|
||||
align-items: center;
|
||||
background-color: #131313;
|
||||
background: black;
|
||||
}
|
||||
|
||||
nav .left {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
background: black;
|
||||
padding-left: 0px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
nav .middle {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
background: black;
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- STYLES END -->
|
||||
|
|
Loading…
Reference in a new issue