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 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:
Copyright © 2021 Jogjafile Inc.


I have just changed image by a color and added a
text-align:centeris that you looking for?