Última atividade 7 months ago

Revisão 6c8e9ec5e3990ba91f571a159b9e9c1a49fb12a0

css.md Bruto

fixed header

.fixed-header {
  position: fixed;
  top: 20px;
}

sticky header

.sticky-header {
  position: sticky;
  top: 20px;
}