CSS - 6 - Fons

Color de fons


  • background-color:#ff0000;

  • background-color:red;

  • background-color:#f00;

  • background-color:rgb(255,0,0);

  • background-color:transparent;



Imatge de fons

  • background-image: url(xxxx.gif);




Repetició d'imatge

  • background-repeat: repeat;

  • background-repeat: repeat-x;

  • background-repeat: repeat-y;

  • background-repeat: no-repeat;



Posició de la imatge de fons

  • background-position: left top;

  • background-position: center center;

  • background-position: right bottom;

  • background-position: left center;

  • background-position: 50px 150px;



Imatge fixa o mòvil

  • background-attachment:scroll;

  • background-attachment:fixed;