mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-07 19:56:19 -04:00
9 lines
184 B
CSS
9 lines
184 B
CSS
|
|
nav {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
padding: 1rem 2rem;
|
||
|
|
border: 3px solid #f1f1f1;
|
||
|
|
border-radius: 5px;
|
||
|
|
color: white;
|
||
|
|
}
|