<div class="block">
<p>Як бачимо, фонове зображення округлилося разом із межею...</p>
</div>
.block {
width: 650px;
height: 450px;
background: url(https://images.pexels.com/photos/288621/pexels-photo-288621.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) center center no-repeat;
background-size: cover;
border: 10px solid #444;
border-bottom-left-radius: 50%;
font-family: sans-serif;
font-size: 18px;
color: #000;
font-weight: 700;
padding-top: 65px;
box-sizing: border-box;
text-align: right;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.