add a nav to the right of the jumbotron
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user