UNPKG

thenavisapp

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

13 lines (11 loc) 272 B
/* Navigation.css */ .navigation-container { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #3496d8; color: #ffffff; border-bottom: 1px solid #ffffff; } /* Add styles for navigation links */