<div class="block">
<code>border-top-style: solid;<br>
<strong>border-top-color: #666;</strong> </code>
</div>
.block {
width: 400px;
height: 250px;
background-color: #eee;
border-top-style: solid;
border-top-color: #666;
text-align: center;
padding-top: 18%;
box-sizing: border-box;
line-height: 1.45;
font-size: 17px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.