CSS Rule Block Example
Preview
Code
<style>
.box{
background:#e0f2fe;
padding:16px;
border-radius:6px;
}
</style>
<div class="box">This element is styled using a CSS rule block.</div>
<style>
.box{
background:#e0f2fe;
padding:16px;
border-radius:6px;
}
</style>
<div class="box">This element is styled using a CSS rule block.</div>