I am trying to recreate this website: Fister.
But my pictures won't align.
<html>
<head>
<meta charset="utf-8">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="icon" href="124010.png">
<title>FacebookMusic</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<img class="img-responsive" src="dF5SId3UHWd.svg">
</div>
<div class="col">
<img class="img-responsive" src="bg.png">
</div>
</div>
</div>
</body>
</html>
In this picture you can see my result:
I need the picture with the girl on the right,
Can someone help me? I am a beginner.