Skip to content

sergioandrade/TM-treinamento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Treinamento front-end | Equipe de Três de Maio

Ministrante: Sergio Andrade | Maio de 2014

http://www.sergioandra.de


###Responsive Web Desing:

  • Metatag Viewport
 <meta name="viewport" content="width=device-width, initial-scale=1">
  • Medidas fluídas
.content{
    display: block;
    width: 94%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 200px;
    font-size: 0,75em /*12px*/

}

###Padrões de desenvolvimento:

###Features aleatórias:

  • Pseudo elementos (before, after, first:child, last:child)
  • CSS3 Transitions
  • Reflows (float:left em imagens, font-size: 0 em display: inline-block)

###Links interessantes:

About

Otimizando o workflow front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published