HTML, wie man sicherstellt, dass der Kopfball immer oben ist

#header {
  position: fixed;
}

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