I have the following code, which displays a header with in each page of my website:
Код: Выделить всё
#header { display: flex; justify-content: space-between; align-items: center; background-color: burlywood; color: beige; border-style: groove; } #register { display: flex; flex-direction: column; }Код: Выделить всё
About HatSpace HatSpace Log in
Sign in
Now, how can I add these three texts right beneath it, so that they will be included in the header div too. I've tried various ways, but it rearranges my header...I just want easier navigation for the user, so that when they click home, they go back home no matter which page they are since it's always part of the header. Thanks

Источник: https://stackoverflow.com/questions/369 ... ml-and-css
Мобильная версия