I need to add some text to my <div>
container and make sure it is centered.
.hr {
background: green;
height: 50px; margin: 65px 0; width: 3000px;
}
<div class="hr"></div>
This is an illustration of my project:
https://i.sstatic.net/DyM5X.png
A picture showing my code: