Quote:
Originally Posted by RZX Developer
with the css style will it just work everytime i use the tag <hr> ?
|
Yes ... when you code your
css like this
Quote:
Originally Posted by crackafaza
hr {
border: 0;
width: 80%;
}
|
this applies to every hr element you use in your document.
Same thing as if you were doing
- Code: Select all
h1 {
color: #900;
}
and so on
