pokedash / assets /navbar.css
AnanthZeke's picture
intialized dash app
113b6b6
raw
history blame
No virus
332 Bytes
/* assets/styles.css */
.navbar {
background-color: #333;
padding: 10px;
}
.nav-link {
color: white;
margin-right: 15px;
text-decoration: none;
}
.nav-link:hover {
text-decoration: underline;
}
.home-content, .explorer-content {
padding: 20px;
}
.logo {
max-width: 200px;
margin-top: 20px;
}