Categories

CSS property

Sarah Vaynbaum Апрель 16, 2015
No votes yet.
Please wait...

CSS property is an aspect of the element that you are choosing to style.

We will take background property as an example, so that you can understand how it works.

CSS background property

body {
    background: #00ff00 no-repeat fixed center;
} 
cssproperty

You can set all the background properties in one declaration. If you miss one of the elements like no-repeat, it will be not harmful to the rule itself.

Full list of CSS properties you can check in CSS Reference.

Добавьте в какладки постоянную ссылку.

Submit a ticket

Если вы не смогли найти подходящее решение проблемы, пожалуйста воспользуйтесь следующей ссылкой, чтобы отправить запрос команде технической поддержки.
Отправить запросВы получите ответ в течение 24 часов

Комментарии закрыты.