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

Definicion

+

El margen derecho de propiedad establece el margen derecho de un elemento.

+ +

Sintaxis JavaScript

+

CSS propiedades también se puede cambiar dinámicamente con una JavaScript. Scripting Sintaxis: object.style.marginRight="10px"

+

Ejemplo

+
h1
+{
+margin-right: 10px
+}
+h2
+{
+margin-right: -20px
+}
+
+ -- cgit v1.2.3-54-g00ecf