Given two DIVs, A and B, where A contains B, and the following CSS styles:
A { margin-left: -2000px; }
B { margin-left: 2000px; }
With these CSS styles applied, the position of B remains unchanged compared to its original position without any CSS. I am curious to know if there will be a decrease in performance during rendering with this CSS as opposed to having no CSS at all.