This is regarding the solution in:
From task in:
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Box_model#playing_with_box_models
Very minor nitpick, the answer specifies a width of 390 and height of 240, but I believe that is incorrect. These values appear to include margin in the width/height of the border-box, which should not be included in the border-box size, and so the values should be 350 x 200. Happy to open a PR if it would be accepted.
This is regarding the solution in:
css-examples/learn/solutions.md
Line 66 in 24f8063
From task in:
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Box_model#playing_with_box_models
Very minor nitpick, the answer specifies a width of 390 and height of 240, but I believe that is incorrect. These values appear to include margin in the width/height of the border-box, which should not be included in the border-box size, and so the values should be 350 x 200. Happy to open a PR if it would be accepted.