<!doctype html>
<meta charset= "UTF-8" >
<link rel= "icon" href= "Images/12.jpeg" >
<title> Photo Wall </title>
<link rel= "stylesheet" type= "Text/css" href= "Css/1.css" >
<body>
<div id= "a" >
<div id= "B" > </div>
<div id= "S" > </div>
<div id= "V" > </div>
</div>
</body>
body{
Background-color: #F6DB6B;
}
#a {
line-height:100px;
margin:100px Auto;
padding-top:80px;
BORDER:3PX solid #FFFCCC;
width:1300px;
height:2000px;
position:relative;
}
#a img{
Background-color:white;
width:150px;
Height:auto;
border:2px solid #ccc;
padding:20px;
box-shadow:2px 2px 2px Rgba (5,5,5,0.7);
Transition:all 0.4s ease-in;
Position:absolute;
}
#a img:hover{
box-shadow:20px 20px 20px Rgba (5,5,5,0.7);
Transform:rotate (30DEG) scale (1.2);
z-index:88;
}
#b {
Background-color:white;
width:500px;
Height:auto;
}
#c {
Background-color:white;
width:500px;
Height:auto;
}
#v {
Background-color:white;
width:500px;
Height:auto;
}
. z1{
Transform:rotate (0DEG);
left:100px;
}
. z2{
Transform:rotate (10DEG);
left:100px;
}
. z3{
Transform:rotate (20DEG);
left:100px;
}
. z4{
Transform:rotate (30DEG);
left:100px;
}
. z5{
Transform:rotate (10DEG);
left:400px;
}
. z6{
Transform:rotate (20DEG);
left:400px;
}
. z7{
Transform:rotate (30DEG);
left:400px;
}
. z8{
Transform:rotate (40DEG);
left:400px;
}
. z9{
Transform:rotate ( -20DEG);
left:900px;
}
. z10{
Transform:rotate ( -10DEG);
left:900px;
}
. z11{
Transform:rotate (0DEG);
left:900px;
}
. z12{
Transform:rotate (10DEG);
left:900px;
}
Write CSS Animations