Files
PeerNotes/frontend/src/styles/App.css

9 lines
184 B
CSS
Raw Normal View History

2024-03-24 18:02:40 -04:00
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
border: 3px solid #f1f1f1;
border-radius: 5px;
color: white;
}