0 posted how to create rounded images with css or style ? i want to create rounded and circular images with CSS. or direct inline css also works Edit Question
1 iptracker answered Nov 30 '-1 00:00 itit is very easy try border-radius with 50% border-radius: 50%<img src="img_avatar.png" style=" border-radius: 50%;" alt="Avatar"> Edit Answer