1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html> <style> img { border: 5px solid red } img:hover { border-radius: 7% } </style> <body> <img src='images/doggo-think.jpg'> </body> </html>