Tutorial - CSS: background

 background-color:

   código hexadecimal: #FFFFFF

   código rgb: rgb(255,235,0)

   nome da cor: red, blue, green...etc

   transparente: transparent

background-image:

   URL: url(caminho/imagem.gif)

background-repeat:

   não repete: no-repeat

   repete vertical e horizontal: repeat

   repete vertical: repeat-y

   repete horizontal: repeat-x

background-attachment:

   imagem fixa na tela: fixed

   imagem "rola" com a tela: scroll

background-position:

   x-pos y-pos

   x-% y-%

   top left

   top center

   top right

   center left

   center center

   center right

   bottom left

   bottom center

   bottom right

Comentários

Postagens mais visitadas deste blog

ANDROID - Criando e Publicando APP com HTML, CSS, JavaScript e Java

Diferenças entre design responsivo, adaptativo e fluído