crawl bot
<html><head> <title>Efeito costura</title> <style type="text/css"> .effect-costura { padding: 5px 15px; /*COR DA FONTE*/ color: #fff; margin: 10px; /*COR DO FUNDO*/ background: gray; /*TAMANHO E COR DO TRAÇADO*/ border: 2px dashed #c9dcc8; /* BORDAS ARREDONDADAS de 5px */ -moz-border-radius:0px; -webkit-border-radius:0px; /* SOMBREADO */ -moz-box-shadow: 0 0 0 4px gray; -webkit-box-shadow: 0 0 0 4px gray; box-shadow: 0 0 0 4px gray; height:20px; width:315px; } </style></head><body> <div class="effect-costura"> efeito de costura numa div com efeito de costura</div> </div></body></html>