<head>
<link rel="stylesheet" href="style.css">
<style>
.flat {
height: 50px;
width: 100px;
}
img {
height: 100px;
width: 100px;
}
</style>
</head>
<html>
<body>
<h3>Two different theories</h3>
<img src="https://mimo.app/r/earth.png" >
<img class="flat" src="https://mimo.app/r/earth.png">
</body>
</html>]]>Make sure to pick 50px
.