Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 205 Bytes

9.funcoes.md

File metadata and controls

16 lines (11 loc) · 205 Bytes

Funções

  • Nome seguido de abre e fecha parentesis
  • Recebe argumentos

Exemplos

@import url("http://urlaqui.com/style.css");

{
  color: rgb(255, 0, 100);
  width: calc(100% - 10px);
}