I want to put some text inside of my container <div>
and also center that text.
.hr {
background: green;
height: 50px; margin: 65px 0; width: 3000px;
}
<div class="hr"></div>
An image of how my project looks like:
My code as an image:
I have just changed image by a color and added a
text-align:center
is that you looking for?