Fondos CSS
Fondos CSS
Fondos CSS
Las propiedades de fondo de CSS se utilizan para agregar efectos de fondo a los
elementos.
body
{
background-color: lightblue;
}
IMPLEMENTA:
Ejemplo:
body {
background-image: url("paper.gif");
}
IMPLEMENTA:
Por último, no se pueden establecer dos o más imágenes diferentes sobre un mismo
elemento. Si se quieren mostrar dos imágenes diferentes como fondo de una página
web, se puede establecer la primera imagen sobre el selector html y la segunda
imagen sobre el selector body .
IMPLEMENTA LAS SIGTES PROPIEDADES EN CSS EN UNA
PÁGINA LLAMADA PRACTICA-FONDOS:
1. background-color
2. background-image
3. background-position
4. background-repeat
5. background-size
6. background-attachment
7. background-clip
Nota: Deben comentar todo el código, tomar capturas y enviar al grupo nuestro de whatsapp.