Link to article: Front Page News Bulletin.
/* *** NEWS *** */
.newsbox{
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.news {
display: block;
padding: 0 0.5rem;
background: #fff0f0;
margin: 0;
-webkit-box-shadow: 0px 2px 1px #00000021;
box-shadow: 0px 2px 1px #00000021;
}
.news:nth-child(odd) {
background: #fff6f6;
}
.issue {
display: block;
padding: 0;
background: #fffbdb;
text-align: center;
-webkit-box-shadow: 0px 2px 1px #00000021;
box-shadow: 0px 2px 1px #00000021;
}
.issue p {
margin: 0.25rem 0;
}
box
newsbox
title
issue
news
news
footer