create diagonal shape lines using CSS
by Ramya[ Edit ] 2013-11-19 16:26:39
create diagonal shape lines using CSS
You can create diagonal shape lines using CSS border property as,
border-right: 30px solid transparent;
border-top: 30px solid #4c4c4c;
which will give you the following style,