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