What is the difference between margin-block-start and margin-top?
问题 Trying to understand the core difference in usage between the two, but I fail to find an article or doc that details such a comparison. Taking the example provided here, assuming the following: div { background-color: yellow; width: 120px; height: 120px; } .exampleText { writing-mode: vertical-lr; margin-block-start: 20px; background-color: #c8c800; } <div> <p class="exampleText">Example text</p> </div> The difference between this instance, and one in which margin-top is used, is quite small