create diagonal shape lines using CSS

by Ramya 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,

diagonal.png
945
like
0
dislike
0
mail
flag

You must LOGIN to add comments