Input
Output
<!DOCTYPE html> <html> <head> <style> .circle-img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; } </style> </head> <body> <img class="circle-img" src="https://www.onlinetpoint.com/upload/gallery/css-introduction-202506242144.jpg" alt="Profile"> </body> </html>