Files
Kingsborough-LibGuide/groups/new-homepage-2/homepage2-js-css.html
T
2021-01-27 15:24:43 -05:00

56 lines
830 B
HTML

<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>