How can I style in an HR to the left and to the right of my text within an existing div?
Something like this:
--- Header Stuff ------------------------------
// Html Header Stuff // Css h2 { background-color: #FFFFFF; display: inline-block; margin: 0 0 0 50px; padding: 0 10px; } hr { margin-top: -13px; }