Меню
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON PHP КАК СДЕЛАТЬ
     ❯   

CSS Справочники


CSS Свойства





margin-right



Example

Set the right margin for a <p> element to 150 pixels: 

p.ex1 {
  margin-right: 150px;
}
Try it Yourself »

Definition margin-right

The margin-right property sets the right margin of an element.

Note: Negative values are allowed.

Show demo ❯

Default value: 0
Inherited: no
Animatable: yes, see individual properties. Read about animatable Try it
Version: CSS1
JavaScript syntax: object.style.marginRight="100px" Try it

Browser Support margin-right

The numbers in the table specify the first browser version that fully supports the property.

Property
margin-right 1.0 6.0 1.0 1.0 3.5


CSS Syntax margin-right

margin-right: length|auto|initial|inherit;

Property Values margin-right

Value Description Demo
length Specifies a fixed right margin in px, pt, cm, etc. Default value is 0px. Read about length units Demo ❯
% Specifies a right margin in percent of the width of the containing element Demo ❯
auto The browser calculates a right margin Demo ❯
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

More Examples margin-right

Example

Set the right margin for a <p> element to 50% of the width of the container:

p.ex1 {
  margin-right: 50%;
}
Try it Yourself »
Example

Set the right margin for a <p> element to 15 em:

p.ex1 {
  margin-right: 15em;
}
Try it Yourself »

Related Pages margin-right

CSS tutorial: CSS Margin

HTML DOM reference: marginRight property



×

Связаться с отделом продаж

Если вы хотите использовать услуги schoolsw3 как образовательное учреждение, команда или предприятие, отправьте нам электронное письмо:
sales@schoolsw3.com

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, отправьте нам электронное письмо:
help@schoolsw3.com

Schoolsw3 оптимизирован для обучения и подготовки. Примеры могут быть упрощены для улучшения чтения и обучения. Учебники, ссылки и примеры постоянно проверяются, чтобы избежать ошибок, но мы не можем гарантировать полную правильность всего контента.
При использовании Schoolsw3 вы соглашаетесь прочитать и принять наши условия использования,
политику использования файлов cookie и конфиденциальности.

Авторское право 1999- © Copyright. Все права защищены. Schoolsw3 работает на SW3.CSS.