mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 05:28:58 +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>
|
<style>
|
||||||
nav .right {
|
nav .right {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 36px;
|
border-radius: 5px;
|
||||||
justify-content: normal;
|
justify-content: normal;
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
align-items: center;
|
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>
|
</style>
|
||||||
|
|
||||||
<!-- STYLES END -->
|
<!-- STYLES END -->
|
||||||
|
|
Loading…
Reference in a new issue