Categories

CSS property

Sarah Vaynbaum April 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.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.