Currently working on my portfolio and struggling with the spacing between logo images. The images are too spread out and I can't figure out how to reduce the space to 5px between each image.
<html>
<head>
<title>Welcome to my portfolio! </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-
awesome.min.css">
<script>
.logos {
position: absolute;
top: 40%;
display: flex;}
.img-container {
float:left;
width: 35%;}
</script>
</head>
<body>
<p>Check out my socials!</p></p></div>
<div class="logos">
<div class="img-container">
<img src="facebook logo.png" width="100%">
</div>
<div class="img-container">
<img src="instagram logo.png" width="100%">
</div>
<div class="img-container">
<img src="linkedin logo.png" width="100%">
</div>
</div>
</div>
</body>
</html>
I'm unsure if it's related to how I saved my images, but they were created using Photoshop [1]: https://i.sstatic.net/FtVLC.png