Simple Styled Box
Preview
Code
<style>
.box{
background:#e0f2fe;
padding:16px;
border-radius:6px;
}
</style>
<div class="box">This box is styled using CSS.</div>
<style>
.box{
background:#e0f2fe;
padding:16px;
border-radius:6px;
}
</style>
<div class="box">This box is styled using CSS.</div>