<div class="scrin">
<p class="Scrinshots">Scrinshots</p>
<div class="image-block"><p class="The-description-for-the-image">The description for the image</p></div>
<div class="image-block" id="image-block-right"></div><br>
<div class="image-block"></div>
<div class="image-block" id="image-block-right"></div>
</div>
.scrin {
width: 100%;
height: 487px;
background-color: orange;
}
.Scrinshots {
width: 138px;
height: 22px;
font-family: Arial;
font-size: 30px;
color: #445161;
margin: 0 auto;
padding: 51px 0px 35px 0px;
}
.image-block {
width: 200px;
height: 150px;
background-color: #445161;
display: inline-block;
margin: 0px 0px 0px 50px;
margin-top: 20px;
}
#image-block-right {
margin: 0px 0px 0px 420px;
}
.The-description-for-the-image {
width: 330px;
height: 23px;
font-family: Arial;
font-size: 24px;
color: #445161;
padding: 0px 210px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.