<html>
<head>
<title>afshin</title>
</head>
<style>
.test{
max-width: 40%;
margin:4px auto;
background-color:#e4e4e4;
padding:20px;
text-align: center;
font-size:18px;
}
</style>
<body>
<div class="test">
<code>
Iran Is My Country
</code>
<img src="https://robohash.org/Iran" alt="Iran">
</div>
</body>
</html>
|