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.

Bookmarken den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten

Kommentare sind geschlossen