It seems an easy topic, but I am experiencing difficulties aligning the logo and the text in one line.
Somehow the text comes below the logo.
Next thing I want to do is to place a navbar in the same line. Navbar has to be on the right.
I understand that it has to be done with display:flex, applied to the parent container.
The other thing I want to do is to have background behind logo and text to be green. I have changed the colour of elements(to green), but Iād prefer to change color of the parent of these elements.
I would suggest you put the #logo and #name elements inside the .logo-name container. Then set it to be a flex container and push the nav to the right using margin-right: auto.