1.navigation {
2 /* fixed keyword is fine too */
3 position: sticky;
4 top: 0;
5 z-index: 100;
6 /* z-index works pretty much like a layer:
7 the higher the z-index value, the greater
8 it will allow the navigation tag to stay on top
9 of other tags */
10}