I am facing a dilemma with my master page that includes an external CSS file in the header. While most of the pages have the same height, only one page needs to be longer. Instead of creating a new master page or modifying the existing CSS file entirely, I thought using inline CSS would solve this problem more efficiently. I searched this site for a solution but could only find suggestions on changing the external CSS link per page. However, I do not want to create a whole new page; I simply need to adjust the height property. Is there a way to override it using something similar to inline CSS, or is creating a new CSS file the only option?