From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/web/css/border-bottom-width/index.html | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 files/pt-pt/web/css/border-bottom-width/index.html (limited to 'files/pt-pt/web/css/border-bottom-width') diff --git a/files/pt-pt/web/css/border-bottom-width/index.html b/files/pt-pt/web/css/border-bottom-width/index.html new file mode 100644 index 0000000000..299636a962 --- /dev/null +++ b/files/pt-pt/web/css/border-bottom-width/index.html @@ -0,0 +1,112 @@ +--- +title: border-bottom-width +slug: Web/CSS/border-bottom-width +tags: + - Referencia_CSS +translation_of: Web/CSS/border-bottom-width +--- +

{{ CSSRef() }}

+ +

Resumo

+ +

border-bottom-width configura a largura da borda inferior de uma caixa.

+ + + +

Sintaxe

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

Valores de <border-width>

+ +
+
thin 
+
Uma borda fina.
+
medium 
+
Uma borda média.
+
thick 
+
Uma borda grossa.
+
<length> 
+
A espessura da borda tem um valor explícito. Valores explícitos de borda não podem ser negativos.
+
<percentage> 
+
A espessura da borda tem um valor em porcentagem, porcentagens da largura do bloco em que está contida. Larguras explícitas de borda não podem ser negativos.
+
+ +

Nota: Um valor em também é suportado.

+ +

Propriedades relacionadas

+ + + +

 

+ +

Exemplos

+ +

View Live Examples

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

Especificações

+ + + +

Compatibilidade com navegadores

+ + + + + + + + + + + + + + + + + + + + + + + + +
NavegadorVersão mais antiga
Internet Explorer 
Firefox 
Netscape 
Opera 
+ +

 

+ +

Veja também

+ +

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

+ +

Categorias

+ +

Interwiki Language Links

+ +

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

-- cgit v1.2.3-54-g00ecf