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