work shop css3

Download Work shop css3

If you can't read please download the document

Upload: anderson-de-castro

Post on 19-Jun-2015

185 views

Category:

Technology


0 download

TRANSCRIPT

  • 1. Workshop { CSS 3 }Por Anderson de Castro

2. { AGENDA }O que CSS?Seletores-GradienteColumnsTransform 2D Transies Animaes- Bordas Cores Fontes 3. { O que CSS ? }Cascading Style Sheets (CSS) is a simplemechanism for adding style (e.g., fonts, colors, spacing) to Web documents. W3C 4. { Seletores }Estruturas que determinam quais elementos sero formatados. 5. { Gradiente } ?-linear-gradient(cor1, cor2, percent) 6. { Column }-?-column-count-?-column-width -?-column-gap 7. { Transform 2D } Scale SkewTranslationRotateOrigin 8. { Animation }TransitionKeyFrame Rule 9. { Animation :: Propriedades }animation-nameAnimation-duration (em Segundos)Animation-timing-function (default:ease) Animation-interation-count (infinite, 1)Animation-direction (normal / alternate)Animation-play-state (running / paused)Animation-delay 10. { ShortCode }animation: [ || || || || ||] [, [ || || || || || ] ]* 11. { Ciclos } 12. { Fontes }@font-face