Cascading Style Sheets ou Folhas de Estilo em Cascata - CSS3

Just an initial demo map, so that you don't start with an empty map list ...

Get Started. It's Free
or sign up with your email address
Cascading Style Sheets ou Folhas de Estilo em Cascata - CSS3 by Mind Map: Cascading Style Sheets ou Folhas de Estilo em Cascata - CSS3

1. Font (fonte)

1.1. Color

1.2. font-family (família, ex: arial)

1.3. font-size (tamanho)

1.4. font-style (estilo)

1.5. font-weight (peso)

2. Tipos

2.1. Inline

2.1.1. declarado no HTML

2.2. Linkado

2.2.1. arquivo separado, linkado dentro da head

2.3. Incorporado

2.3.1. inserido na tag, no incio do HTML

3. SINTAXE

3.1. SELETOR{ PROPRIEDADE: VALOR}

3.1.1. :

4. BORDER (borda)

4.1. propriedades

4.2. valores

4.3. formas de declaração

5. UNIDADE DE MEDIDAS

5.1. Relativas.

5.2. Absolutas

6. PADDING (espaçamentos)

7. BACKGROUND (pano de fundo)

8. Text (texto)

8.1. color (cor)

8.2. letter-spacing

8.2.1. espaçamento - são válidos valores negativos

8.3. word-spacing - idem a letter-spacing

8.4. text-align

8.4.1. alinhamento de texto

8.5. text-decoration

8.5.1. none

8.5.2. underline

8.5.3. overline

8.5.4. line-through

8.5.5. blink

8.6. text-indent

8.7. text-transform

8.8. direction

8.9. white-space

9. SELETORES

9.1. DE ELEMENTO

9.2. DE CLASSE

9.2.1. . (ponto)

9.3. ID

9.3.1. #

9.4. GRUPAMENTO DE SELETORES

9.4.1. separados por vírgula

9.5. DESCENDENTES

10. MARGIN (margem)

10.1. top (topo)

10.2. margin-right (direita)

10.3. margin-left (esquerda)

10.4. margin-botoom (inferior)

10.5. margin (o mesmo valor para todas as anteriores)