Categories

CSS property

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

Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados