diff options
author | julianaortga <julianandreao@gmail.com> | 2016-06-26 07:39:14 -0500 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-06-26 14:39:14 +0200 |
commit | 9592b8fc431708a5ddbcf0c18aef4e3b8c978cd3 (patch) | |
tree | 8286cf3fc1830f53f1523ab1e9d36f1919131425 /es-es/css-es.html.markdown | |
parent | 243ef338ab06a030ae9461a4162ae53f8f9603a3 (diff) |
[css/es] Updated translation (#1830)
* updated resources and further reading [css/es]
* minor fix and spellchecking
Diffstat (limited to 'es-es/css-es.html.markdown')
-rw-r--r-- | es-es/css-es.html.markdown | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/es-es/css-es.html.markdown b/es-es/css-es.html.markdown index 31000785..6395f5fd 100644 --- a/es-es/css-es.html.markdown +++ b/es-es/css-es.html.markdown @@ -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 + +* 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/) -* [QuirksMode CSS](http://www.quirksmode.org/css/) +* [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). |