Hello
I define div on-page and I want to put a stroke on the border of div below are codes:
.path {
width:500px;
height:200px;
border:5px solid red;
stroke:red;
}
but it doesn't work
possible please write code for both border and outline
can you help me?
Thanks in Advanced