<div class="block">
<p>Відступ згори</p>
</div>
.block {
width: 250px;
height: 100px;
background-color: #eee;
border: 2px solid #666;
font-family: monospace;
padding: 12px;
margin-top: 100px;
}
p {
margin-top: -28px;
margin-left: 16px;
background-color: #666;
padding: 8px;
color: #fff;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.