<div id="box">
  Programming is for those who think differently...<br/>
  for those who want to create big things and are willing to change the world.
</div>
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #00ac69;
}

#box {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    border: 40px solid transparent;
    border-image: url(https://image.flaticon.com/icons/svg/648/648787.svg);
    border-image-slice: 100%;
    border-image-width: 60px;
    padding: 15px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.