Stitched

For Exampple, Stitched Box...

Demo

Stitched Box


HTML

<div class="stitched">
    Stitched Box
</div>

CSS

<style>
    .stitched {  
       padding: 30px 25px;
       margin: 10px;
       background: #037cd5;
       color: #FFF;
       font-size: 18px;
       font-weight: bold;
       line-height: 1.2em;
       border: 1px dashed #FFF;
       border-radius: 10px;
       box-shadow: 0 0 0 3px #006baf;
       font-weight: normal;
    }
</style>

Copyright 2024 by WebiBeris.com. All Rights Reserved.