Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.container {
display: flex; /* or inline-flex */
flex-direction: row;
}
.container > div {
border: 1px solid black;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div class="container">
<div><a>link</a></div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
</div>
</body>
</html>