How to avoid blurring svg-shape with a percentagemargin? Here is the code:
HTML:
<div class="a"> <svg width="9" height="20"> <path fill="#000000" d="M4,1h1v17H4V1z" /> </svg> </div>CSS:
.a { margin-left: 9%; }https://jsfiddle.net/evyf0b3e/
Interestmarginsetting is needed for the proper functioning of the site.