I am currently working on a website layout that includes a header with a menu option on the left, a title in the center, and a link to the logIn/signUp page. You can view an image of this layout here: https://ibb.co/z6R1h6w Unfortunately, the login and signup link on the left side is appearing on a new line, which is not what I want. I have attempted the following CSS adjustments:
float: right;
text-align: right;
vertical-align: text-top !important;
You can find my code snippet here:
Thank you in advance for any help!