<div class="social-icons">
<a href="https://m.facebook.com/people/The-Plotline/100041697463970/" target="_blank"><img src="facebook-icon.png" alt="Facebook"></a>
<a href="https://www.youtube.com/YourYouTubeChannel" target="_blank"><img src="youtube-icon.png" alt="YouTube"></a>
<a href="https://www.instagram.com/YourInstagramProfile" target="_blank"><img src="instagram-icon.png" alt="Instagram"></a>
<a href="https://twitter.com/YourTwitterProfile" target="_blank"><img src="twitter-icon.png" alt="Twitter"></a>
</div>
<style>
.social-icons {
display: flex;
justify-content: center;
align-items: center;
}
.social-icons a {
text-decoration: none;
margin: 0 10px;
}
.social-icons img {
width: 40px; /* Adjust the size of the icons as needed */
height: 40px;
}
</style>
0 Comments