<head>
<style>
.block-example {
display: block;
width: 100%;
background-color: lightcoral;
color: white;
padding: 10px;
}
</style>
</head>
<body>
<div class="block-example">This is a block-level element.</div>
<div class="block-example">Another block-level element.</div>
</body>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.