Make a circular image with css March 9, 2016 CSS /* Round images */ .circular img { border-radius: 50%; }