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