msgid "" msgstr "" "Project-Id-Version:Tecno Recursos 2023" "Report-Msgid-Bugs-To:" "POT-Creation-Date:2023-02-07 18:33+0100" "PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE" "Last-Translator:FULL NAME " "Language:en" "Language-Team:en " "Plural-Forms:nplurals=2; plural=(n != 1)" "MIME-Version:1.0" "Content-Type:text/plain; charset=utf-8" "Content-Transfer-Encoding:8bit" "Generated-By:Babel 2.9.0" #: ../../es/css-cascading.rst:8 msgid "Estilos en cascada" msgstr "Cascading styles" #: ../../es/css-cascading.rst:9 msgid "" "CSS son las siglas de Hoja de Estilos en Cascada (Cascading Style Sheet). " "Esto significa que los estilos se heredan en cascada desde las secciones " "superiores hasta los elementos que se encuentran dentro de ellas." msgstr "" "CSS stands for Cascading Style Sheet. This means that styles are inherited " "in a cascade from the sections above them to the elements within them." #: ../../es/css-cascading.rst:15 msgid "" "Por ejemplo, si hay un párrafo dentro de una lista: ``
  • Párrafo

    " "
  • `` El párrafo heredará los estilos que se han aplicado a la lista." msgstr "" "For example, if there is a paragraph inside a list: ``
  • Paragraph

    " "
  • `` The paragraph will inherit the styles that have been applied to the " "list." #: ../../es/css-cascading.rst:20 msgid "" "En este ejercicio vamos a introducir un bloque dentro de otro como en una " "'matrioska' o muñeca rusa, de manera que los bloques interiores van a ir " "heredando todos los estilos del bloque donde se encuentran." msgstr "" "In this exercise we are going to insert a block inside another like a " "'matryoshka' or Russian doll, so that the inner blocks will gradually " "inherit all the styles of the block where they are located." #: ../../es/css-cascading.rst:27 msgid "Ejercicio" msgstr "Exercise" #: ../../es/css-cascading.rst:29 msgid "Fichero **css-cascading.html**" msgstr "File **css-cascading.html**" #: ../../es/css-cascading.rst:37 msgid "Fichero **css-cascading.css**" msgstr "File **css-cascading.css**" #: ../../es/css-cascading.rst:44 msgid "Resultado" msgstr "Result"