diff options
Diffstat (limited to 'files/es/learn')
-rw-r--r-- | files/es/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html b/files/es/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html index fb6ced116f..5d698d97ee 100644 --- a/files/es/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html +++ b/files/es/learn/getting_started_with_the_web/what_will_your_website_look_like/index.html @@ -63,7 +63,7 @@ translation_of: Learn/Getting_started_with_the_web/What_will_your_website_look_l <h3 id="Color_del_tema">Color del tema</h3> -<p>Para elegir un color, ve al <a href="https://developer.mozilla.org/es/docs/Web/CSS/CSS_Colors/Color_picker_tool">Selector de color</a> y busca un color que te guste . Al hacer clic en un color, verás un extraño código de seis caracteres como <code>#660066</code>. Eso se llama <em>código hexadecimal</em> (abreviatura de hexadecimal) y representa tu color. Copia el código en un lugar seguro por ahora.</p> +<p>Para elegir un color, ve al <a href="https://developer.mozilla.org/es/docs/Web/CSS/CSS_Colors/Color_picker_tool">Selector de color</a> y busca un color que te guste . Al hacer clic en un color, verás un extraño código de seis caracteres como <code>#660066</code>. Eso se llama <em>código hex</em> (abreviatura de hexadecimal) y representa tu color. Copia el código en un lugar seguro por ahora.</p> <p><img alt="Color del tema" src="https://mdn.mozillademos.org/files/8975/Screenshot%20from%202014-11-03%2017:40:49.png" style="border-style: solid; border-width: 1px; height: 262px; width: 448px;"></p> |