Hi guys!
I need help with aligning items.
[my code is here]
(https://codepen.io/vandr7/pen/QWGqEvy?editors=1100)
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.