I am struggling to understand how to implement this particular class from my external stylesheet:
.row.rectanglebox {
margin-top:30px;
margin-bottom:30px;
height: 210px;
border: solid black;
padding: 20px;
}
Even after attempting the following syntax (which usually works for me), I can't seem to get it right:
<div class="rectanglebox">
<p> sample text </p>
<div>
The goal is to create a layout similar to the image shown here: