UNPKG
@danizean/cyberzone
Version:
latest (1.1.3)
1.1.3
1.1.2
cyberzone NFTS
github.com/halvest/cyberzone
@danizean/cyberzone
/
frontend
/
components
/
instructionsComponent
/
navigation
/
navbar
/
navbar.module.css
17 lines
(13 loc)
•
216 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.navbar
{
display
: flex;
justify-content
: space-between;
align-items
: center;
width
:
100%
;
padding
:
2rem
4rem
0.8rem
4rem
;
gap
:
2rem
;
margin-bottom
:
4rem
; }
.alchemy_logo
{
width
:
6rem
;
cursor
: pointer; }