Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make rounded corners in css with images

 img {
  border-radius: 50%;
  height:100px;
  width:100px;
}
/* change image height and width to see your image preview. 
for me all of the different images dimensions are rounded with this css*/
/*Note :Height and width should be of same  size*/
Source by programmersportal.com #
 
PREVIOUS NEXT
Tagged: #rounded #corners #css #images
ADD COMMENT
Topic
Name
7+1 =