Bild abgerundete EckeHTML

HTML-Programmierer
Anonymous
 Bild abgerundete Ecke

Post by Anonymous »

Ich habe ein DIV, das ein Bild enthält. Ich möchte, dass diese DIV mit abgerundeten Ecken.

Code: Select all

    .thumb{
float: left;
overflow: hidden;
width: 230px;
height: 230px;
position: relative;
margin-right: 1px;
margin-bottom: 1px;
border-radius: 12px;
}
.thumb img {
max-width: 270px;
height: 270px;
left: -20px;
position: relative;
top: -20px;
width: 270px;
border-radius: 12px;
}

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post