<!DOCTYPE html><html><head><style>#flex-container {display: flex;flex-direction: row;justify-content: space-between;width: 150px;border: 0px black solid;margin: 0 auto;}.flex-item {width: 30px;height: 30px;border: 0px black solid;}</style></head><body><div id="flex-container"><div class="flex-item"><a href="https://twitter.com/brmwll"><img border="0" alt="W3Schools" src="https://i.imgur.com/VjNoy2i.png" width="30" height="30"></a></div><div class="flex-item"><a href="https://instagram.com/brmwll"><img border="0" alt="W3Schools" src="https://i.imgur.com/VZucdT2.png" width="30" height="30"></a></div><div class="flex-item"><a href="https://pinterest.com/brmwll"><img border="0" alt="W3Schools" src="https://i.imgur.com/UQ2LhYf.png" width="30" height="30"></a></div></div></body></html>