border-radius: 20px;
background: #ff5722;
padding: 15px;
width: 100px;
height: 60px;
}
#image2 {border-radius: 20px;
border: 2px solid #ff5722;
padding: 15px;
width: 100px;
height: 60px;
}
#image3 {border-radius: 20px;
background: url(sample.jpg);
background-position: left top;
background-repeat: repeat;
padding: 15px;
width: 100px;
height: 60px;
}border-radius: 20px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-radius: 20px 35px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-radius: 20px 35px 25px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-radius: 20px 35px 25px 15px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-top-left-radius: 40px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-top-right-radius: 40px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-bottom-left-radius: 40px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-bottom-right-radius: 40px;
background: #ff5722;
padding: 10px;
width: 100px;
height: 80px;
}border-radius: 50%;
background: #ff5722;
padding: 20px;
width: 200px;
height: 200px;
}