<!DOCTYPE html>
<style>
img {
border: 0;
width: 1%;
height: 1%;
padding: 0px 10px 0px 10px;
}
</style>
<html>
<body style="background-color:grey; text-align:center;">
<div style="white-space:nowrap;">
<a style="color:#29ff4a" href="#">HOME</a>
<img src="https://i.ibb.co/7gT6WLJ/New-Piskel-1-png.png" alt="Candy Corn Emoji">
<a style="color:#39d5f6" href="#">READ</a>
<p style="color: white">|</p>
<a style="color:#39d5f6" href="#">INFO</a>
<img src="https://i.ibb.co/7gT6WLJ/New-Piskel-1-png.png" alt="Candy Corn Emoji">
</div>
</body>
</html>
I'm trying to recreate the Homestuck website (www.homestuck.com/story/1/) for fun, and I can't figure out how to make the links on top stay on the same line. I tried using style="white-space:nowrap"
on a parent div element for the links, but it doesn't seem to work.