mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
16 lines
212 B
CSS
16 lines
212 B
CSS
nav {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
}
|
|
.nav-content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 40px;
|
|
}
|
|
|
|
p.user{
|
|
padding:10px;
|
|
}
|