<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;
    padding: 40px;
    background:
      linear-gradient(to top, #4caf50, #4caf50 10px, transparent 10px),
      linear-gradient(to right, #c1ef8c, #c1ef8c 10px, transparent 10px),
      linear-gradient(to bottom, #8bc34a, #8bc34a 10px, transparent 10px),
      linear-gradient(to left, #009688, #009688 10px, transparent 10px);
  background-origin: border-box;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.