add new-homepage-2

This commit is contained in:
Mark Eaton
2021-01-27 15:24:43 -05:00
parent 1e676f3d1c
commit 823846e737
4 changed files with 206 additions and 0 deletions
@@ -0,0 +1,55 @@
<style>
/* style jumbotron */
.jumbotron {
color: white;
background-color: #003466;
}
/* style glyphicons */
.glyphicon-pan {
font-size: 9em;
color: #003466;
}
/* hide the panels that underpin the glyphicons */
.hide-panel {
text-align:center;
background-color: #fff;
border: none;
box-shadow: none;
}
.panel-footer {
margin-top:-25px;
}
.link-list {
font-size: 2em;
}
/* 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>