Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
classhome-topper


Div
classhome-banner

Section Contents

Children Display


CSS Stylesheet
.home-topper {
background: #000;
padding:20px 0;
}

.home-banner {
background: #a0ce4e;
color: #fff;
font-size: 20px;
padding: 20px;
}
.home-banner h2 {
color: #fff;
font-weight:700;
}
.home-banner a, .home-banner a:link, .home-banner a:visited {
color: #fff;
}
.title-box {
border: 1px solid #a0ce4e;
padding: 10px;
}
.title-box > h2 {
background: #a0ce4e;
bottom: 10px;
color: #fff;
margin-left: -10px;
margin-right: -10px;
padding: 2px 10px;
position: relative;
}