I'm trying to style a div with the following properties:
.example {
margin: 200px;
width: 200px;
height: 200px;
border-radius: 20px;
box-shadow: white 0px 0px 0pt 8pt, #033354 0px 0px 0pt 11pt;
}
<div class="example">
</div>
However, I keep seeing these little lines in the result:
https://i.sstatic.net/AKGYQ.png
Is there a way to eliminate those lines?