Untitled
2 years ago in HTML
<!DOCTYPE html>
<html>
<head>watch time
<style>
.v1block1 {
width: 100%;
height: 333px;
background-color: red;
}
.v1block2 {
width: 100%;
height: 333px;
background-color: grey;
}
.v1block3 {
width: 100%;
height: 333px;
background-color: green;
}
.v2block1 {
width: 100%;
height: 333px;
background-color: green;
}
.v2block2 {
width: 100%;
height: 333px;
background-color: blue;
}
.v2block3 {
width: 100%;
height: 333px;
background-color: red;
}
.vb1 {
width: 50%;
float: left;
}
.vb2 {
width: 50%;
float: right;
}
</style>
</head>
<body>
<div>
<div class="vb1">
<div class="v1block1">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/3CvBy1yDP3E?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="v1block2">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/_1oloD9wDuY?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="v1block3">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/7jc6JXj1jkw?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="vb2">
<div class="v2block1">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/3CvBy1yDP3E?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="v2block2">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/Z0CuC8Gwhsg?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="v2block3">
<iframe width="100%" height="333px" src="https://www.youtube.com/embed/XuTK87H5dbM?list=UU91uQCrTBN8-XvAy8vXT8GQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</body>
</html>