/* white you custom css code here. only css code will work */
.radius-10{
  border-radius: 10px
}
.radius-20{
  border-radius: 20px;
}

.radius-30{
  border-radius: 30px
}

.radius-40{
  border-radius: 40px
}

.myimg {
 width:100%;
  height:100px;
}