stich - hand crafted
by jshacker
HTML
<div>Hand crafted by Anubhav Saini</div>
CSS
body {
background-color: #333;
}
div {
font-family: monospace;
text-transform: lowercase;
font-style: italic;
width: 500px;
padding: 20px 30px;
margin: 10px;
background-color: white;
outline: 3px dashed #333;
outline-offset: -7px;
font-size: 2em;
text-align: center;
border-radius: 10px;
}