Reply To: Horizontal Rule CSS

Home Forums Support Horizontal Rule CSS Reply To: Horizontal Rule CSS

Home Forums Support Horizontal Rule CSS Reply To: Horizontal Rule CSS

#202306
Bill

Ok, I got it. I used this in the Simple css and now it inherits the text color.

hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
}

  • This reply was modified 7 years, 10 months ago by Bill.