Forum Moderators: not2easy
hr.head {
display: block;
border: none;
padding: 0;
max-width: 1290px;
background: #000000;
color: #000000;
margin: 5px auto 4px;
height: 3px;
line-height: normal;
overflow: hidden;
} <hr class="head"> hr.head {
margin: 5px 10% 4px;
}
"Do people still use <hr>? I’ve been trying to weed mine out for years."
Changes in HTML5
"Although previous versions of HTML defined the hr element only in
presentational terms, the element has now been given the specific
semantic purpose of representing a “paragraph-level thematic break”.
Source:-
hr – thematic break [w3c.github.io]