Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> img { border-radius: 50%; border: 4px dashed #077cb9; width: 300px; display: block; margin: 0 auto; } </style> </head> <body> <div> <img src="/uploads/media/default/0001/03/e91b0d7a957cadd0c3282d34e423ff0f97799a1d.jpeg" alt="Ararat mountain" width="256" height="256"> </div> </body> </html>