<div class=”address”>
<p>Lee’s custom tailoring</p>
<p>7002 N Keystone ave.</p>
<p>Indianapolis, IN 46220</p>
</div>

.address {
font-size: 16px;
color: #333;
font-weight: bold;
}

				
					console.log( 'Code is Poetry' );
<div class="address">
  <p>Lee's custom tailoring</p>
  <p>7002 N Keystone ave.</p>
  <p>Indianapolis, IN 46220</p>
</div>

				
			
Scroll to Top