<html>
<head>
<link rel="stylesheet" href="style.css">
<style>
img {
width: 100px;
height: 100px;
margin: 10px;
padding: 5px;
border: solid olive;
}
h2 {
background-color: lightGrey;
width: 250px;
margin: 10px;
padding-top: 30px;
padding-bottom: 10px;
text-align: center;
border: solid olive ;
}
</style>
</head>
<body>
<h2>Photos contributed by our users</h2>
<img src="https://mimo.app/r/tree.png">
<img src="https://mimo.app/r/trees.png">
</body>
</html>]]>