aboutsummaryrefslogtreecommitdiff
path: root/files/es/learn/forms/styling_web_forms/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/learn/forms/styling_web_forms/index.html')
-rw-r--r--files/es/learn/forms/styling_web_forms/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/learn/forms/styling_web_forms/index.html b/files/es/learn/forms/styling_web_forms/index.html
index 26b4173ee8..6af4b94bed 100644
--- a/files/es/learn/forms/styling_web_forms/index.html
+++ b/files/es/learn/forms/styling_web_forms/index.html
@@ -1,7 +1,8 @@
---
title: Estilizando formularios HTML
-slug: Learn/HTML/Forms/Styling_HTML_forms
+slug: Learn/Forms/Styling_web_forms
translation_of: Learn/Forms/Styling_web_forms
+original_slug: Learn/HTML/Forms/Styling_HTML_forms
---
<p>En este artículo aprenderemos como utilizar <a href="/es/docs/Web/CSS">CSS</a> con formularios <a href="/es/docs/Web/HTML">HTML</a>  para hacerlos más atractivos. Aunque parezca extraño, esto es algo que puede llegar a ser complicado. Por razones históricas y técnicas, los widgets de formulario no suelen llevarse bien con CSS. Por este motivo, muchos desarrolladores prefieren <a href="https://developer.mozilla.org/en-US/docs/HTML/Forms/How_to_build_custom_form_widgets">construir sus propios widgets</a> para tener el control de su aspecto en vez de utilizar los nativos. De todas formas, con los modernos navegadores, los diseñadores web <span style="line-height: 23.3333339691162px;">cada vez</span><span style="line-height: 1.5;"> tienen  más control sobre el diseño de los elementos de formulario. Vamos a profundizar en esto.</span></p>