7 Answer
(Choose 1 answer)
div { } transform: translate(50px, 100px);
Choose the right statement about the above code?
A. moves an element from its current position
B. moves an element from its (0,0) position
C. moves the <div> element 50 pixels to the right, and 100 pixels down from its current position
D. moves the <div> element 50 pixels to the right, and 100 pixels down from its (0,0) position