Transform is a rendering done by the browser on existing elements. It will not change the position or size. The implementation principle is definitely not position or z-index, it is an independent function
Transform is equivalent to relative, although it is moved or enlarged or reduced. Its position in the document flow remains unchanged and does not affect the layout.
Transform is a rendering done by the browser on existing elements. It will not change the position or size. The implementation principle is definitely not position or z-index, it is an independent function
Transform is equivalent to relative, although it is moved or enlarged or reduced. Its position in the document flow remains unchanged and does not affect the layout.