We've had to make use of a couple more images for this scenario because we no longer have the <nav> element to hang the background-repeat on for the main gradient.
Hemos tenido que hacer uso de un par de imágenes más para este escenario, ya que ya no tenemos el elemento <nav> para colgar el background repeat para el degradado principal.
Use CSS properties background-image: url(track.gif) and background-repeat: no-repeat to set the slider image.
Utilice las propiedades CSS Imagen de fondo: url (track.gif) y background-repeat: no-repeat para establecer la imagen deslizante.
The table below outlines the four different values for background-repeat. Value Description
La tabla siguiente resume los cuatro valores diferentes para la propiedad background-repeat. Valor Descripción
The background-repeat property is used with background-image to specify whether and how a background image should repeat.
Imágenes de fondo [background-image] La propiedad CSS background-image se usa para insertar una imagen de fondo.
The background property is used to set the individual properties for background-color, background-image, background-repeat, background-attachment, and background-position.
Imágenes de fondo [background-image] La propiedad CSS background-image se usa para insertar una imagen de fondo.
If you don't want the background image to repeat on large monitors, add background-repeat: no-repeat; and make sure the value of background-position is center. You may also want to change the background-color to go with your image.
Si no desea que la imagen de fondo se repita en monitores de gran tamaño, añada También es posible que desee cambiar el color de fondo ("background-color") para que este a tono con su imagen.
body {background-color: #fff; background-image: url(imagenes/fondo3.jpg); background-repeat: no-repeat; background-position: 100px 100px;}
body {background: #fff url(imágenes/fondo3.jpg) 100px 100px no-repeat;} Utilización de fondos en la maquetación
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "background-repeat" în limba Română