How can i transform a circle pic to a square pic by using only css and html? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How can i transform a circle pic to a square pic by using only css and html?

like i take a square pic and i crop it into a circle pic like profile pics on site and now i want to change it into square when i take my curser on it and it transform from circle to square.

2nd Nov 2016, 7:05 PM
Ankit kumar Meena
Ankit kumar Meena - avatar
1 Resposta
0
You can change the border-radius attribute of img in css. It will make the border of the picture a circle at high values. Then you can add an onmouseover event in html.
2nd Nov 2016, 7:50 PM
Barış Coşlu
Barış Coşlu - avatar