Turn page upside down using javascript when an image is clicked -


i making troll website , 1 of things website needs able turn page upside down when image clicked. want using javascript. use function onclick?

you can add css rule transform: rotate(180deg); body tag when clicking image


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -