diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/css/integer/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/web/css/integer/index.html')
-rw-r--r-- | files/es/web/css/integer/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/files/es/web/css/integer/index.html b/files/es/web/css/integer/index.html new file mode 100644 index 0000000000..2075d52e37 --- /dev/null +++ b/files/es/web/css/integer/index.html @@ -0,0 +1,16 @@ +--- +title: <integer> +slug: Web/CSS/integer +translation_of: Web/CSS/integer +--- +<p>{{ CSSRef() }}</p> + +<h2 id="Sumario" name="Sumario">Sumario</h2> + +<p>Un valor entero usado para algunas propiedades CSS que no tiene unidades.</p> + +<h3 id="Usado_en" name="Usado_en">Usado en</h3> + +<ul> + <li>{{ Cssxref("-moz-column-count") }}</li> +</ul> |