I'm having some difficulty with my border spacing in CSS. No matter what size I specify, it doesn't seem to have any effect. I just want to use a border for the top line.
Here is my CSS:
p {
border-spacing: 5000px;
text-align: right;
color: silver;
font-size: 70%;
border-style: solid;
border-top: solid silver;
border-width: thin;
border-bottom: none;
border-right: none;
border-left: none;
}
This is my HTML:
<p>COPYRIGHT © ERNST EVERYTHING INC. ALL RIGHTS RESERVED</p>