here is what I'm trying to achieve: https://i.stack.imgur.com/YQCFD.png
I'm having trouble aligning everything like that and was looking for some help. I would alos like it centered. Here is my current code:
HTML:
<p class="aboutus">
<b>About Us</b><br>
<br>
NECI Overview<br>
Our History<br>
Accreditation<br>
Why choose us?<br>
Campus Tour<br>
Affliations<br>
Awards<br>
Community <br>
News<br>
</p>
<hr width="1" size="190" align="left">
CSS:
.aboutus{
font-family: 'Lato', sans-serif;
font-size: 14px;
float: left;
}