Files
Kingsborough-LibGuide/groups/new-homepage-3/homepage3-js-css.html
T

49 lines
738 B
HTML

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