Struggling to replicate the design of this website: Fister.
But unfortunately, my images are not aligning properly.
<html>
<head>
<meta charset="utf-8">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="04666b6b70777076657444312a352a37">[email protected]</a>/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>
Displayed below is the current state of my image alignment:
I am seeking assistance on positioning the girl picture to the right side. Can anyone offer guidance? I am still a novice in web development.