HTML:
<h2> RAN shares false news story about Hershey's Oil Commitment</h2>
<div class="date">
<div class="number">27</div>
<div class="month">Oct</div> </div>
<p>The Rainforest Action Network circulated a fabricated news report regarding Hershey's Oil
Commitment. The report claimed that Hershey would eliminate palm oil from all their products, and
several news outlets were fooled by it, including Hershey's local newspaper. In addition to this, members of RAN crashed Hershey's Halloween celebration with a unique orangutan!
<a href="hershey.html">Curious for more details?</a> </p>
CSS:
.date {
width:50px;
height:50px;
background-color:orange;
border-radius:1em;
margin-left:75%;
}
.number {
color:white;
text-align:center;
}
.month {
text-align:center;
background-color:#E68A00;
color:white;
}
h2 {
font-size:1.2em;
color:#007e7e;
}
I am attempting to align the date and news article title on the same line. Here is the current layout: