1
I have very basic knowledge in html and css, so I want your help to build some points of the layout below using HTML and CSS.
The img deals with an image size 100px by 100px.
Note: 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, has to be below the image, but centered as shown.
I count on your help ! Thank you.
In the code below I started the implementation, but I do not know how to leave the same as shown above for space and skip line for each image of Text A and Text B.
<div id="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>
Welcome to sopt. What have you tried?
– user28595
I understand, but it would be interesting to try, on the site, we are always willing to help those who need, but ask for things ready is kind of taking advantage of the good will of those who want to help you. : / Start by clicking on the html and css tags to see other contents to get a sense of what you’re doing, then when you have a base, edit the question and add it, so it’s easier to help :)
– user28595
Diego Thanks, I improved the question, I’ve actually researched the net and etc what happens here is q tah missing practice
– Camila