Generation

Haz un codigo que muestre la siguiente frase "te quiero un chingo Cesarin" acompañada de una imagen de corazones.

div class="container" id="main"> <img src="img/heart.png" alt=""> <p>te</p> </div> </div> </div> CSS: #main { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; overflow: hidden; } #main img { width: 100%; height: 100%; position: absolute; top: 0;

Want to kickstart your project?Use the new AI Studio to create your code