Hey everyone.
Can anyone help me with these 2 problems pls?
1- I would like to add a media query for smaller screens to turn the whole view in the column. but something obviously ruins everything!
2- Also when I maximize the screen, I get passed for all the tests but the problem is that when I make the screen smaller I get the test error as " On regular-sized devices (laptops, desktops), the element with id=" navbar" should be shown on the left half of the screen. It should always be visible to the user and should remain stationary. You may need to enlarge the viewport or zoom out to ensure the navbar doesn’t scroll with the page content".
** I added the “position: fixed” to the navbar but again everything goes wrong!
Thanks in advance.