Untitled
unknown
html
2 years ago
657 B
3
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> div.fondoimg { max-width: 500px; min-height: 350px; background-image: url(bombilla.jpg); background-size: 5.3 cm; } p { background-color: yellow; } </style> </head> <body> <div class="fondoimg"> <p>Parrafo dentro de un bloque con fondo de imagen</p> </div> </body> </html>
Editor is loading...