Código HTML
<div style="width: 300px; height: 200px; background-color: lightblue;">Este contenedor es de 300x200 pixeles y color de fondo azul claro. Los estilos usados son:<br> width: 300px;<br> height: 200px;<br> background-color: lightblue<br><br> <span style="color: #ff0000">No tiene márgenes internas</span> </div>
Código CSS
body { background-color: aliceblue; font-size: 16px; }
RUN
IA
Vista Previa