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-width/index.html | 113 ++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 files/es/web/css/border-bottom-width/index.html (limited to 'files/es/web/css/border-bottom-width') diff --git a/files/es/web/css/border-bottom-width/index.html b/files/es/web/css/border-bottom-width/index.html new file mode 100644 index 0000000000..5550344a75 --- /dev/null +++ b/files/es/web/css/border-bottom-width/index.html @@ -0,0 +1,113 @@ +--- +title: border-bottom-width +slug: Web/CSS/border-bottom-width +tags: + - CSS + - 'CSS:Referencias' + - Todas_las_Categorías +translation_of: Web/CSS/border-bottom-width +--- +

 

+ +

<< Volver

+ +

Resumen

+ +

border-bottom-width define el ancho del borde inferior de una caja.

+ + + +

Sintaxis

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

Valores

+ +
+
thin
+
un borde fino.
+
medium
+
un borde mediano.
+
thick
+
un borde grueso.
+
<length>
+
El espesor de un borde tiene un valor explícito. los anchos de borde no pueden ser negativos.
+ Nota : El valor em también es soportada.
+
+ +

Propiedades relacionadas

+ + + +

Ejemplos

+ +

Ver El Ejemplo Vivo

+ +
element {
+    border-bottom-width: thin;
+    border-bottom-style: solid;
+    border-bottom-color: #000;
+}
+
+ +

Especificacions

+ + + +

Compatibilidades

+ + + + + + + + + + + + + + + + + + + + + + + + +
NavegadorVersión mínima
Internet Explorer 
Firefox 
Netscape 
Opera 
+ +

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-width", "en": "en/CSS/border-bottom-width", "pl": "pl/CSS/border-bottom-width", "fr": "fr/CSS/border-bottom-width", "ja": "ja/CSS/border-bottom-width" } ) }}

-- cgit v1.2.3-54-g00ecf