html and css notes

This is notes drawn from my own experience. Use it at your own risk

make header stick to top

header {
    margin-bottom: auto;
}
footer {
    margin-bottom: auto;
}