“Como fazer o cabeçalho sempre no topo em html” Respostas de código

Como fazer o cabeçalho sempre no topo em html

#header {
	position: sticky; /*(recomended)*/
    top: 0px;
    position: fixed; 
}
Coder.html

html como garantir que o cabeçalho sempre no topo

#header {
  position: fixed;
}

#content {
  margin-top: 100px;
}
Honey T

Respostas semelhantes a “Como fazer o cabeçalho sempre no topo em html”

Perguntas semelhantes a “Como fazer o cabeçalho sempre no topo em html”

Mais respostas relacionadas para “Como fazer o cabeçalho sempre no topo em html” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código