Here is my fiddle : http://jsfiddle.net/WRFx7/4/
.border{
border-width: 0 0 60px 100vw; /* Or use: 0 0 60px 100vw to invert! */
border-style: solid dashed;
}
.border.top{ border-color: #D44032 transparent; }
.border.bottom{ border-color: transparent #D44032; }
Can i use image instead of border ? i want to achieve something like this :
Or any solution would be great , thanks in advance