Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Flipping Animation with CSS</title>
        <link href='http://fonts.googleapis.com/css? family=Kelly+Slab|Oleo+Script+Swash+Caps:400,700|Amaranth:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
    </head>
    <body>
        <div>
            <div class="flip-container">
                <div id="card" class="flipper">
                    <div class="front">
                        The front face
                    </div>
                    <div class="back">
                        The back face
                    </div>
                </div>
            </div>
        </div>
    </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
stebrupro
0viewers