Closed zhanghang318 closed 3 weeks ago
I have a question,Why can the height of a layer be calculated by subtracting the top from the bottom, or the width can be calculated by subtracting the left from the right
bottom = top + height so height = bottom - top etc
bottom = top + height
height = bottom - top
get it,It has a different meaning from the top and bottom in CSS,Thank you
I have a question,Why can the height of a layer be calculated by subtracting the top from the bottom, or the width can be calculated by subtracting the left from the right