As a beginner in web development, I am utilizing Angular
in conjunction with Bootstrap
for a practice project. My goal is to create a header component and integrate it into my app.component
. Within the app.component
, I aim to have a background image covering approximately 50% of the screen alongside the header. Despite my efforts, I seem to encounter some issues in this implementation.
1) Upon scrolling down, an awkward display occurs where the bottom part of the page overlaps with the image.
2) The image fails to fully appear as intended. If you examine my work, you'll notice that the entire image does not get displayed properly.
Feel free to access the Stack blitz
link to review My project.
Please check out the demo in full screen mode: Demo Url