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/height/index.html | 86 +++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 files/pt-pt/web/css/height/index.html (limited to 'files/pt-pt/web/css/height/index.html') diff --git a/files/pt-pt/web/css/height/index.html b/files/pt-pt/web/css/height/index.html new file mode 100644 index 0000000000..e3b2b71c2c --- /dev/null +++ b/files/pt-pt/web/css/height/index.html @@ -0,0 +1,86 @@ +--- +title: height +slug: Web/CSS/height +tags: + - Referencia_CSS +translation_of: Web/CSS/height +--- +

{{ CSSRef() }}

+ +

Resumo

+ +

A propriedade height é usada para configurar a altura dada a um elemento.

+ + + +

Sintaxe

+ +
 height: [ <length> || <percentage> ] auto | inherit
+
+ +

Valores

+ + + +

Exemplos

+ +

View Live Examples

+ +
table{height: 100%;}
+
+img{height: 200px;}
+
+form{height: auto;}
+
+ +

== Notas ==

+ +

Especificações

+ + + +

Compatibilidade com navegadores

+ + + + + + + + + + + + + + + + + + + + +
NavegadorVersão mais antiga
Internet Explorer4
Netscape4
Opera3.5
+ +

Veja também

+ +

box model, {{ Cssxref("width") }}, {{ Cssxref("-moz-box-sizing") }}

+ +

Categorias

+ +

Interwiki Language Links

+ +

{{ languages( { "en": "en/CSS/height", "fr": "fr/CSS/height" } ) }}

-- cgit v1.2.3-54-g00ecf