I have very basic knowledge in html and css, so I want to help you guys to build some points of the layout below using HTML and CSS. img deals with an image size of 100px per 100px. Note: The text A, B and F must have a space between the images and be centered according to the image below. The text C, D and F must be underneath the image, but centered as shown.
Icountonyourhelp!Thankyou.
InthecodebelowIstartedtheimplementation,butIdonotknowhowtoleavethesameasshownaboveregardingspaceandskiplineforeachimageofTextAandTextB.
<divid="tudo" >
<div style=" height:72px; float:left; background-color:yellow" >
<img src="images.png" alt="" style="width:100px; height:100px; "/>
<p style="float:right; background-color:white"> Ler</p>
</div>
<div style=" height:72px; float:left; background-color:yellow" >
<img src="images.png" alt="" style="width:100px; height:100px; "/>
<p style="float:right; background-color:white"> Ler</p>
</div>
</div>