Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
.floatL {
float: left;
}
.floatR {
float: right;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
display: block;
}
p {
line-height: 10px;
color: #333;
margin: 5px 0;
}
#content {
padding: 10px;
background: #eeeeee;
width: 400px;
}
.flip-container {
perspective:1000;
width: 200px;
}
.flipper {
transition: 0.8s;
transform-style: preserve-3d;
position: relative;
height: 100px;