2021-08-10 16:53:55 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
2021-08-11 09:35:40 -04:00
|
|
|
figure
|
2021-08-10 16:53:55 -04:00
|
|
|
{
|
|
|
|
width:500px;
|
2021-08-11 09:35:40 -04:00
|
|
|
height:500px;
|
|
|
|
transform: perspective(400px);
|
|
|
|
transform-style: preserve-3d;
|
2021-08-10 16:53:55 -04:00
|
|
|
}
|
2021-08-11 09:35:40 -04:00
|
|
|
.Sheet
|
2021-08-10 16:53:55 -04:00
|
|
|
{
|
2021-08-11 09:35:40 -04:00
|
|
|
display:block;
|
|
|
|
width:120px;
|
|
|
|
height:200px;
|
|
|
|
border:2px solid black;
|
2021-08-10 16:53:55 -04:00
|
|
|
position:relative;
|
2021-08-11 09:35:40 -04:00
|
|
|
transform:rotateY(45deg);
|
|
|
|
transform-style: preserve-3d;
|
|
|
|
transform-origin: left center;
|
2021-08-10 16:53:55 -04:00
|
|
|
}
|
2021-08-11 09:35:40 -04:00
|
|
|
.Sheet img
|
2021-08-10 16:53:55 -04:00
|
|
|
{
|
|
|
|
position:absolute;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2021-08-11 09:35:40 -04:00
|
|
|
backface-visibility: hidden;
|
2021-08-10 16:53:55 -04:00
|
|
|
}
|
2021-08-11 09:35:40 -04:00
|
|
|
.Sheet img:last-child
|
2021-08-10 16:53:55 -04:00
|
|
|
{
|
2021-08-11 09:35:40 -04:00
|
|
|
transform: rotateY(180deg);
|
2021-08-10 16:53:55 -04:00
|
|
|
}
|
2021-08-11 09:35:40 -04:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
2021-08-10 16:53:55 -04:00
|
|
|
|
2021-08-11 09:35:40 -04:00
|
|
|
<div style="display:flex; justify-content:space-between; width:50px; height:200px;">
|
|
|
|
<div style="flex:0; width:1px; height:100%; border:1px solid blue; position:relative;"><div style="float:left;"><img style="height:100%; width:auto;" src="http://placekitten.com/120/200"/></div></div>
|
|
|
|
<div style="flex:0; width:1px; height:100%; border:1px solid blue; position:relative;"><div style="float:left;"><img style="height:100%; width:auto;" src="http://placekitten.com/120/200"/></div></div>
|
|
|
|
<div style="flex:0; width:1px; height:100%; border:1px solid blue; position:relative;"><div style="float:left;"><img style="height:100%; width:auto;" src="http://placekitten.com/120/200"/></div></div>
|
|
|
|
</div>
|
2021-08-10 16:53:55 -04:00
|
|
|
|
2021-08-11 09:35:40 -04:00
|
|
|
<div style="float:left; width:20px; height:200px; border:1px solid blue;">
|
|
|
|
<div style="float:left;">
|
|
|
|
<img style="height:100%; width:auto;" src="http://placekitten.com/120/200"/>
|
2021-08-10 16:53:55 -04:00
|
|
|
</div>
|
2021-08-11 09:35:40 -04:00
|
|
|
</div>
|
|
|
|
<div style="float:left; width:20px; height:200px; border:1px solid blue;">
|
|
|
|
<div style="float:left;">
|
|
|
|
<img style="height:100%; width:auto;" src="http://placekitten.com/120/200"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="clear:left;"></div>
|
|
|
|
<figure>
|
|
|
|
<div class="Sheet"><img src=" http://placekitten.com/120/200" alt="cover front"/>
|
|
|
|
<img src="http://via.placeholder.com/120x200" alt="cover back "/></div>
|
|
|
|
<div class="Sheet"><img src=" http://placekitten.com/120/200" alt="cover front"/>
|
|
|
|
<img src="http://via.placeholder.com/120x200" alt="cover back "/></div>
|
|
|
|
<div class="Sheet"><img src=" http://placekitten.com/120/200" alt="cover front"/>
|
|
|
|
<img src="http://via.placeholder.com/120x200" alt="cover back "/></div>
|
|
|
|
<div class="Sheet"><img src=" http://placekitten.com/120/200" alt="cover front"/>
|
|
|
|
<img src="http://via.placeholder.com/120x200" alt="cover back "/></div>
|
|
|
|
</figure>
|
|
|
|
</main>
|
2021-08-10 16:53:55 -04:00
|
|
|
<script>
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|