<div class="block">
<p><em>border-top-color</em> змінює колір тільки верхньої межі. Всі інші стилізуються від <em>border</em>.</p>
</div>
.block {
height: 250px;
width: 500px;
background-color: #ddd;
text-align: center;
line-height: 1.45;
font-size: 18px;
font-family: monospace;
padding: 6%;
box-sizing: border-box;
border: 12px solid #252525;
border-top-color: #ff0000;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.