Arquivado - acompanhar o novo repo Caminho Front-End
- elemento
- #id
- .classe
- :pseudo-classe
- decendentes e irmaos
- seletores compostos
- Propriedades box-sizing, width e height
- Influência do box sizing
- medidas de unidades [vw,vh, %, em, px rem)
- valores de fit-content, max-content, min-content
- Propriedades margin e padding
- Propriedade display
- block, inline e inline-block
- grid e flex
- Propriedade position
- Propriedade Background
- Propriedade guarda-chuva background
- background-color, background-image, background-position
- Gradiente: linear-gradient, radial-gradient
- Propriedade box-shadow
- Propriedade border
- Propriedade guarda-chuva border
- border-left, botder-top, border-left-bottom e as demais...
- border-radius
- Propriedade
position:absolute
- left, top, bottom, right
- Propriedade
transform:translate
- translateX, translateY, translateZ
- Propriedade transition
- propriedade guarda-chuva transition
- transition-delay, transition-duration, transition-property, transition-timing-function
- Propriedade animation
- propriedade guarda-chuva animation
- animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, and animation-play-state.
- Propriedade animation-timing-funcion a fundo
- @keyframes
- Media querie e a função @media
- Media como atributo da tag style
1.Media
2.@media
- pseudo-classe :root
- Custom Properties
- funcões
- calc()
- attr()
- var()
- prefixos
- -webkit- (Chrome, Safari, versões mais recentes do Opera.)
- -moz- (Firefox)
- -o- (Versões antigas do Opera)
- -ms- (Internet Explorer)