IS it possible, I know all the following shapes are possible in this link:
http://css-tricks.com/examples/ShapesOfCSS/
but cross must be possible too. When I
Because all the answers I see here look either lengthy or vendor-prefix-dependent,
#cross { background: red; height: 100px; position: relative; left: 50px; width: 20px; } #cross:after { background: red; content: ""; height: 20px; left: -40px; position: absolute; top: 40px; width: 100px; }