CSS marker-end property
Description
CSS marker-end property draws a marker at the last vertices of markable elements.
Syntax
marker-end : none | marker-reference
Property values
noneDefault
-
IIt does not add any marker at the last vertices of markable element.
marker-end: none;
marker-reference
-
It draws a marker at the last vertices of markable element.
marker-end: url(#Triangle);
Applicable to
It applies to all markable elements.
From web4college, the free CSS digger
#CSS digger
Was this article helpful?