mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[css/es] Updated translation (#1830)
* updated resources and further reading [css/es] * minor fix and spellchecking
This commit is contained in:
parent
243ef338ab
commit
9592b8fc43
@ -233,12 +233,21 @@ en todos los navegadores y dispositivos. Pero siempre es vital tener en mente la
|
||||
compatibilidad y disponibilidad del CSS que uses con respecto a los navegadores
|
||||
y dispositivos para los que desarrolles.
|
||||
|
||||
|
||||
[QuirksMode CSS](http://www.quirksmode.org/css/) es una excelente referencia para esto.
|
||||
|
||||
## Referencias
|
||||
## Recursos
|
||||
|
||||
* [Understanding Style Precedence in CSS: Specificity, Inheritance, and the Cascade](http://www.vanseodesign.com/css/css-specificity-inheritance-cascaade/)
|
||||
* [QuirksMode CSS](http://www.quirksmode.org/css/)
|
||||
* Para ejecutar un test de compatibilidad, revisa [CanIUse](http://caniuse.com).
|
||||
* CSS Playground [Dabblet](http://dabblet.com/).
|
||||
* [Mozilla Developer Network's CSS documentation](https://developer.mozilla.org/en-US/docs/Web/CSS).
|
||||
* [Codrops' CSS Reference](http://tympanus.net/codrops/css_reference/).
|
||||
|
||||
## Otras lecturas
|
||||
|
||||
* [Understanding Style Precedence in CSS: Specificity, Inheritance, and the Cascade](http://www.vanseodesign.com/css/css-specificity-inheritance-cascaade/).
|
||||
* [Selecting elements using attributes](https://css-tricks.com/almanac/selectors/a/attribute/).
|
||||
* [QuirksMode CSS](http://www.quirksmode.org/css/).
|
||||
* [Z-Index - The stacking context](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context)
|
||||
* [SASS](http://sass-lang.com/) y [LESS](http://lesscss.org/) para preprocesamiento CSS.
|
||||
* [CSS-Tricks](https://css-tricks.com).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user