Hi guys, pleasing night for non americans and a good day for the americans
this is my project so far : https://codepen.io/picklemyrickle/pen/XWjzyvb
Few questions.
1)I want to swap between my h1 (“Daniel’s Get Big Plan”) and my Logo (the flexing bodybuilder)
Is it possible swapping between them, without position: relative; and tweaking between high numbers? right: 500px; etc. for example that’s what I’ve done on .nav-link.
2)I tried with display: flex; on the header, but it moves everything, because header includes the navigation bar as well. I have tried using display: flex; solely on what I need but I guess the header overrides it right? how does the override works exactly, that’s my question if I was even correct and what I wrote.
Would really appreciate the help, thanks a lot!