Vertaling van "text-shadow" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Puede aplicar sombras a sus textos usando la propiedad text-shadow.
You can apply drop shadows to your text using the text-shadow property.
text-shadow: coloca una sombra difuminada en el texto dentro del elemento
text-shadow: sets a drop shadow on the text inside an element
La propiedad text-shadow soporta una lista de sombras, apiladas de arriba hacia abajo.
The text-shadow property supports a list of shadows, stacked from front to back.
La propiedad text-shadow se utiliza de la siguiente manera
The text-shadow property is used as follows
Una propiedad muy interesante que hemos usado aquí es text-shadow, que aplica una sombra al texto del elemento.
One rather interesting property we've used here is text-shadow, which applies a text shadow to the text content of the element.
Cuando nuestro objetivo es la interoperabilidad, debemos tener en cuenta que el uso de text-shadow con un parámetro de tamaño podría evaluarse como incorrecto en ciertos navegadores que no lo soportan.
When interoperability is the goal, keep in mind that a text-shadow with a spread parameter will be parsed as invalid by browsers that do not support it.
También notará el uso de la propiedad text-shadow en la regla article > header h1.
You'll also notice the use of the text-shadow property in the article > header h1 rule.
En muchos usos de text-shadow que se ven en la Web hoy en día, la sombra del texto es una decoración sutil que le añade cierta profundidad o perspectiva.
In many uses of text-shadow on the Web now, the text shadow is subtle decoration that adds visual depth.
Como su nombre indica, text-shadow es una propiedad de CSS que dibuja una sombra por detrás de un texto
As its name suggests, text-shadow is a CSS property that draws a shadow behind text.
Usted verá algunos ejemplos de nuevas propiedades CSS3 como border-radius, text-shadow y box-shadow en esta página de ejemplo.
You will see some examples of new CSS3 properties such as border-radius, text-shadow, and box-shadow in this sample page.
text-shadow word-wrap La página de muestra HTML5/CSS3 que usted creará al final de este tutorial le mostrará algunos de estos nuevos efectos en acción.
text-shadow word-wrap The sample HTML5/CSS3 Web page you'll create at the end of this tutorial will show some of these new effects in action.
Como se puede ver, text-shadow se puede utilizar también con fuentes WOFF y elementos de formulario, así como combinado con las Transformaciones y Animaciones de CSS3.
Note that you can use text-shadow with WOFF fonts and input elements and in conjunction with CSS3 Transitions and Animations!
La propiedad text-shadow, que permite especificar efectos de sombra para textos y decoraciones del texto, está implementada.
text-shadow property You can now use the text-shadow property to apply shadow effects to text and text decorations.