I currently have a logo that consists of lines and text. I would like to create a similar version using CSS for my website.
https://i.sstatic.net/vxS8Z.png
My goal is to have the letters "T - S o N" appear in one line with the letter "o" positioned vertically centered between the "S" and "N", similar to the design of the logo shown above.
As someone who is new to CSS, I have been struggling to achieve this effect on my own so far. I am considering using a table layout, but I am unsure of how to proceed.
Thank you in advance for any help or guidance you can provide!