<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: 0 0 0 10px white;
outline: dashed 10px #009688;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.