<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;
box-shadow:
inset #009688 0 0 0 5px,
inset #059c8e 0 0 0 1px,
inset #0cab9c 0 0 0 10px,
inset #1fbdae 0 0 0 11px,
inset #8ce9ff 0 0 0 16px,
inset #48e4d6 0 0 0 17px,
inset #e5f9f7 0 0 0 21px,
inset #bfecf7 0 0 0 22px
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.