Hallo,
ich habe einen Div Box um den eine Border mit einer Border-radius liegt. Diese Border soll sich über den darin enthalten
Div mit einem Bild drin legen. der code sieht wie folgt aus:
HTML
<div id="box1">
<div id="prodBild">
<img src="Pfad zum Bild" width="100%" height="auto" alt="Produktbild">
</div>
<div id="prodText">
<p>asdfkjlsadkjf</p>
</div>
</div>
Code
#box1, #box2, #box3, #box4, #box5, #box6,
#box7, #box8, #box9, #prodText, #prodKaufen{
width: 100%;
max-width: 600px;
margin: auto;
}
#box1, #box2, #box3, #box4, #box5,
#box6, #box7, #box8, #box9{
border: 5px solid #234d65;
border-radius: 10px;
margin-bottom: 4%;
}
#prodText{
padding: 2%;
background-color: #fcfcfb;
}
Alles anzeigen
Über Hilfe bin ich sehr dankbar