Una regla CSS es un conjunto de propiedades asociadas con un selector.
A CSS rule is a set of properties associated with a selector.
Copiar los contenidos de esta regla CSS al portapapeles.
Copy contents of this CSS rule to clipboard.
Los usuarios pueden añadir la misma regla CSS a su hoja personal de estilos common.css.
Users can add the same CSS rule to their common.css personal stylesheet.
Tenga en cuenta que también tendrá que actualizar parte de la regla CSS.
Note that you'll need to update some of the CSS rule as well.
En primer lugar, encontrar la regla CSS que desea aplicar el fondo gráfico.
First, find the CSS rule that you'd like to apply the background graphic to.
Se establece una regla CSS con la altura mínima del elemento que leerán todos los navegadores.
It provides a CSS rule with the minimum height of the element that will read all browsers.
Los selectores permiten especificar los elementos particulares a los que una regla CSS debe aplicarse.
So selectors allow you to specify the particular elements that a CSS Rule should apply to.
La manera más fácil de hacerlo es agregar una regla CSS dentro del archivo src/app/app.scss.
The easiest way to do so is to add a CSS rule inside the src/app/app.scss file.
Únicamente necesitamos usar una pequeña regla CSS que marque los enlaces que apunten a dominios diferentes al nuestro.
We only need to use a simple CSS rule that marks the links that point to any domain other than ours.
Con una sencilla regla CSS podemos añadir un pequeño icono al final del link que lo marca como «externo».
With a simple CSS rule we can add a small icon at the end of the link that marks it as "external".
Ahora creamos una segunda regla CSS, una que determine el color cuando pasemos sobre el botón.
Now we create a second CSS rule, one that will determine the color when we hover over the buttons.
Por último, la regla CSS para la etiqueta div de contenedor principal finaliza el diseño
Lastly, the CSS rule for the main container div tag finishes the layout
Puedes tener tantas declaraciones en un bloque de declaración situado y tienes la posibilidad de colocar múltiples selectores en una regla CSS.
You can have as many declarations in a declaration block site as you need and you have the ability to place multiple selectors in a CSS rule.