I want to do
<hr noshade size="5" width="80%"> by use CSS instead HTML.
I try
<style type="text/css">
HR { size: 5px; width: 80%; length: 5px; height: 5px;
border-style:padding: 0}
</style>
But none of them work! Please help. Thanks!
<hr noshade size="5" width="80%"> by use CSS instead HTML.
I try
<style type="text/css">
HR { size: 5px; width: 80%; length: 5px; height: 5px;
border-style:padding: 0}
</style>
But none of them work! Please help. Thanks!
Comment