“Sintaxis de imagen de fondo en CSS si está en la carpeta” Código de respuesta

Sintaxis de imagen de fondo en CSS si está en la carpeta

/* The first method using an image on your server */
background: url('img/someimage.jpg');

/* The second method using an image hosted on another server */
background: url('http://www.someimage.com/someimage.jpg');

/* A third method that allows the site to determine protocol instead of explicitly defining it */
background: url('//www.someimage.com/someimage.jpg');
Dangerous Dunlin

Sintaxis de imagen de fondo en CSS si está en la carpeta

body {
  background: radial-gradient(circle, black, white);
}
Dangerous Dunlin

Respuestas similares a “Sintaxis de imagen de fondo en CSS si está en la carpeta”

Preguntas similares a “Sintaxis de imagen de fondo en CSS si está en la carpeta”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código