eneskrlos• 10
@eneskrlos
Posted
Hi, Amira Elsayed Abdelaziz , I'm Ernesto. I'm from Cuba. I saw your solution. I think that you should use a code semantic html and you shouldn't use <div> many times. For example :
<figure class="area-figure"> <img id="img_qr" src="./images/image.png" alt="Image" > <figcaption class="area-figure-caption"> <h2>Text</h2> <p>Text</p>
</figcaption>
</figure>
Greetings.
0