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

{{ CSSRef() }}

+ +

Resumo

+ +

A propriedade width é usada para configurar a largura dada a um elemento.

+ + + +

Sintaxe

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

Valores

+ + + +

Exemplos

+ +

View Live Examples

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

== Notas ==

+ +

Especificações

+ + + +

Compatibilidade com navegadores

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

Veja também

+ +

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

+ +

Categorias

+ +

Interwiki Language Links

+ +

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

-- cgit v1.2.3-54-g00ecf