modify: 4 tcs
Change-Id: I88fa9c59bda2923df255b45e7f4ddd4785619b6e
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
div {
left: 10px;
position: absolute;
- top: 50px;
}
div.redsquare {
background-color: red;
border: 5px solid black;
height: 120px;
left: 65px;
- top: 45px;
+ top: 84px;
width: 120px;
}
div.green {
background-color: green;
- height: 120px;
+ height: 120px;
transform: rotate3d(0,1,0,-60deg);
width: 240px;
+ top: 89px;
}
</style>
</head>
div {
left: 10px;
position: absolute;
- top: 50px;
}
div.redsquare {
background-color: red;
border: 5px solid black;
height: 120px;
left: 65px;
- top: 45px;
+ top: 84px;
width: 120px;
}
div.green {
background-color: green;
- height: 120px;
+ height: 120px;
transform: rotate3d(0,1,0,60deg);
width: 240px;
+ top: 89px;
}
</style>
</head>
div {
left: 10px;
position: absolute;
- top: 50px;
}
div.redsquare {
background-color: red;
border: 5px solid black;
height: 120px;
left: 65px;
- top: 45px;
+ top: 84px;
width: 120px;
}
div.green {
background-color: green;
- height: 120px;
+ height: 120px;
transform: rotateY(-60deg);
width: 240px;
+ top: 89px;
}
</style>
</head>
div {
left: 10px;
position: absolute;
- top: 50px;
}
div.redsquare {
background-color: red;
border: 5px solid black;
height: 120px;
left: 65px;
- top: 45px;
+ top: 84px;
width: 120px;
}
div.green {
background-color: green;
- height: 120px;
+ height: 120px;
transform: rotateY(60deg);
width: 240px;
+ top: 89px;
}
</style>
</head>