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">
<style>
body {
font-family: 'Arial', sans-serif;
background-color: black;
color: #333;
margin: 0;
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.container {
flex: 1;
max-width: 600px;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.profile-img {
max-width: 100%;
height: auto;
margin-top: 20px;
/* Space between text and image */
}
h1,
h2 {
color: #45CCC5;
}
p {
line-height: 1.6;
}
@media (max-width: 768px) {
.container {
flex: 100%;
/* Full width when the screen is smaller */
}
}
</style>
<title>Professional Introduction</title>
</head>
<body>
<div class="container">
<h1>Hello, I'm CianΓ‘n</h1>
<p>
My name is CianΓ‘n van der pol Iβm 16 years old and interested in your company I have 1.5 yearsβ experience
working in a supermarket and I bring fresh ideas into your company which could make you get a better
audience with teenagers
</p>
</div>
<!-- Add the image to the right side -->
<img class="profile-img" src="foto.jpg" alt="Profile Image">
</body>
</html>