<div class="content">
<p>Нижня межа цього елементу стилізована <br> за допомогою властивості <strong><code>border-bottom-style</code></strong>.</p>
</div>
.content {
font-family: sans-serif;
line-height: 1.45;
font-size: 17px;
border-bottom-width: 10px;
border-bottom-color: #666;
border-bottom-style: double;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.