athenahr/public/app.css
2023-02-26 04:28:57 +00:00

36 lines
490 B
CSS
Executable File

.view {
background: url("/slides/homepage.jpg")no-repeat center center;
background-size: cover;
}
.navbar {
background: rgb(0, 50, 73);
}
.footer-grad {
background: rgb(0, 50, 73);
}
.top-nav-collapse {
background-color: #003249;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #003249;
}
}
html,
body,
header,
.view {
height: 100%;
}
.jumbotron-header {
height: 200px;
width: 100%;
margin-bottom: 20px;
}