Being new to web development, I am currently working with Django framework in VSCode. My goal is to create a user interface for a web application that features a left side menu and a top navigation bar that says "home page" (see image below). I want all text and images to be displayed in the remaining part of the page, and when scrolling down, only that particular section should move, just like in a real web application. However, I am unsure if I should use JavaScript for this functionality or if I can achieve it using just HTML/CSS.
One issue I have encountered is that the paragraph seems to be covering the navigation bar, as seen in the picture.
Any advice or guidance would be greatly appreciated. Thank you!