Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
<!DOCTYPE html> <html> <head> <style>
.box
{
width:220px;
padding:10px;
border:3px solid silver;
margin:0px;
border-radius:15px;
}
</style>
</head>
<body>
<img src="your_image_with_path.gif" width="250" class="box" height="250">
</body>
</html>