Currently, I am attempting to create a header that spans the entire viewport regardless of screen size. This header will be split horizontally into 3 equal sections, each occupying one third of the header space.
- I experimented with setting the header height to 100vh, but it was unsuccessful.
- Setting the header height to 100% also did not yield the desired result.
- Even adjusting the background-size property of the header to cover did not work as expected.
If anyone could advise on the most effective approach to achieve this layout, I would greatly appreciate it.
Thank you in advance.