<html> <head> <meta charset="utf-8"> <style> .picture { border: 5px solid #1f99b0; float: right; padding: 89px; } </style> </head> <body> <div class="picture"> <img src="html.jpg"> </div> </body> </html>