awesome stich

by jshacker

HTML

<div>Hand crafted by Anubhav Saini</div>

CSS

body {
  background-color: grey;
}
div {
  font-family: monospace;
  text-transform: lowercase;
  font-style: italic;
  background-color: #ccf;
  outline: 10px solid #aaf;
  border: 4px dashed white;
  border-radius: 20px; /*this provides extra thread on edges*/
  padding: 20px;
  margin: 20px;
  text-align: center;
  line-height: 0.5em;
  font-size: 24px;
  line-height: 1;
}