HTML5 translate relative to page
How can you apply a translate to an element but make it move to a point on the page rather than relative to itself? For example, in the code below the "card" elements will move 50, 100 relative to their starting position. What I want instead is for it to move to the center of the page. <html> <head> <style> .face { -webkit-backfac...