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