<div class="section">
<div class="container">
<img class="lazyload" data-src="https://drive.google.com/uc?export=view&id=1gfZjLzG4BXU-ieu5Vb2K6ZMQ6GcMlU2e" alt="" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=172pIgbAQZlAWJ18GFLXM9MoWbbi8XfxU" alt="" class="lazyload" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=10YpX23wkcjRflfloUt7tqLeumpias42N" alt="" class="lazyload" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=10mqA1CfPi8N9_McRCe0bOGR_jUHzPEch" alt="" class="lazyload" width="400" height="300" />
</div>
<div class="container">
<img class="lazyload" data-src="https://drive.google.com/uc?export=view&id=1gfZjLzG4BXU-ieu5Vb2K6ZMQ6GcMlU2e" alt="" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=172pIgbAQZlAWJ18GFLXM9MoWbbi8XfxU" alt="" class="lazyload" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=10YpX23wkcjRflfloUt7tqLeumpias42N" alt="" class="lazyload" width="400" height="300" />
</div>
<div class="container">
<img data-src="https://drive.google.com/uc?export=view&id=10mqA1CfPi8N9_McRCe0bOGR_jUHzPEch" alt="" class="lazyload" width="400" height="300" />
</div>
</div>
html,
body {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
.section {
max-width: 1240px;
margin: 0 auto;
padding: 20px 20px;
height: 200vh;
}
.container {
margin: 3rem 0;
text-align: center;
}
.container p {
font-size: 2rem;
}
.container img {
width: 60%;
height: auto;
vertical-align: top;
background-color: silver;
}
This Pen doesn't use any external CSS resources.