add a nav to the right of the jumbotron

This commit is contained in:
Mark Eaton
2021-01-28 16:24:19 -05:00
parent 823846e737
commit 3814c185b2
2 changed files with 174 additions and 0 deletions
@@ -0,0 +1,48 @@
<style>
/* style jumbotron */
.jumbotron {
color: white;
background-color: #003466;
}
.link-list {
font-size: 2em;
}
/* style for nav by the jumbotron */
.nav-by-jumbotron {
background-color: #bbb;
border-radius: 5px;
padding: 17px 17px 16px 17px;
}
.nav-item-border {
border-bottom: solid grey 1px;
}
/* style the panels with the text content */
.panel>.show-panel {
background-color: #003466;
text-align: center;
}
.hide-body-border {
border: none;
box-shadow: none;
}
.glyphicon-panel-title {
font-size: 2em;
}
.content-panel-title {
color: white;
font-size: 2em;
}
.panel-heading {
padding: 2px;
}
</style>