Como fazer o cabeçalho ficar no topo da página em html
header {
position: sticky;
top: 0;
}
Marley Lamparter
header {
position: sticky;
top: 0;
}
header fixed-top