Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to both parent and the pseudo element (see images) and code.
Is th
Don't use box-shadow.
box-shadow
height: 200px; width: 275px; float:right; margin-top: 41px; margin-left:11px; background-color: #f2f2f2; -webkit-border-radius: 5px; -webkit-box-shadow: 0px 0px 5px #b2b2b2; position:relative; z-index:1;