Hello guys, I find myself struggling with answering this question from the css quiz:
Suppose the box-sizing of a node is border-box. The viewport is 1000 pixels wide. The margin is 50 pixels wide on both ends, the padding is 100 pixels wide on both ends, and the border is 5 pixels wide on both ends. The width of the element is set to 50vw. What is the width of the content area?
I have no idea why the answer is 290px. Can somebody explain please?