From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/css/border-bottom-style/index.html | 102 ++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 files/es/web/css/border-bottom-style/index.html (limited to 'files/es/web/css/border-bottom-style') diff --git a/files/es/web/css/border-bottom-style/index.html b/files/es/web/css/border-bottom-style/index.html new file mode 100644 index 0000000000..28f0697b0c --- /dev/null +++ b/files/es/web/css/border-bottom-style/index.html @@ -0,0 +1,102 @@ +--- +title: border-bottom-style +slug: Web/CSS/border-bottom-style +tags: + - CSS + - 'CSS:Referencias' + - Todas_las_Categorías +translation_of: Web/CSS/border-bottom-style +--- +

 

+ +

<< Volver

+ +

 

+ +

Resumen

+ +

border-bottom-style define el estilo de línea del borde inferior de una caja.

+ + + +

Sintaxis

+ +
border-bottom-style: <border-style> | inherit
+
+ +

Valores

+ +
+
none 
+
sin borde.
+
hidden 
+
es igual a 'none', excepto en términos de resolución de conflicto para elementos de tabla.
+
dotted 
+
series de puntos (....).
+
dashed 
+
series de guiones cortos o pequeñas líneas (----).
+
solid 
+
línea única, recta y sólida.
+
double 
+
dos líneas rectas que se suman a la cantidad de píxeles definidos como ancho de bordeborder-width.
+
groove 
+
efecto de hundido.
+
ridge 
+
al revés de 'groove'. El borde aparece en 3D (saliendo).
+
inset 
+
hace que la caja aparezca hundida.
+
outset 
+
opuesto a 'inset'. La caja aparece en 3D (saliendo).
+
+ +

Propiedades relacionadas

+ + + +

Ejemplos

+ +

Ver El Ejemplo Vivo

+ +
element {
+        border-bottom-size: 1px;
+        border-bottom-style: dotted;
+        border-bottom-color: #000;
+}
+
+ +

Notas

+ +

A menos que un valor {{ Cssxref("border-style") }} sea definido, el borde no aparecerá porque el valor por defecto es 'none'.

+ +

Especificaciones

+ + + +

Compatibilidades

+ +

Ver también

+ +

{{ Cssxref("border-bottom") }}, {{ Cssxref("border-color") }}, {{ Cssxref("border-bottom-style") }}, {{ Cssxref("border-bottom-width") }}

+ +

 

+ +
+

Categorías

+Interwiki Languages
+ +

{{ languages( { "de": "de/CSS/border-bottom-style", "en": "en/CSS/border-bottom-style", "fr": "fr/CSS/border-bottom-style", "ja": "ja/CSS/border-bottom-style", "pl": "pl/CSS/border-bottom-style" } ) }}

-- cgit v1.2.3-54-g00ecf