Border-radius zaokrągla tylko górne rogi, wiecie o co może chodzić? Poniżej kod CSS i HTML
<div id="Mieszko">
<p style="margin-left:190px; text-align:center; " > tekst </p>
<p style="margin-left: 15px; "> tekst </p>
</div>
css
#Mieszko
{
width:400px;
height:500px;
border-radius:12px;
background-image: url(testowe.png);
background-repeat: no-repeat;
}