Is there a way to calculate the width of a div named incontent in the index.php file, based on the width of the browser screen and other data? I have heard about using JavaScript to get the screen width, but the challenge lies in the fact that the styling is defined in an external stylesheet called style.css. I’m not sure if it’s possible to use a JavaScript variable in the stylesheet definition without resorting to CSS media queries. Can anyone provide suggestions on how to resolve this issue? Thanks