+ 2
static is the default and is not affected by the top, bottom, left, and right properties. static = normal document flow
fixed means that the element will not move relative to where it is in the viewpoint even when scrolled.
https://www.w3schools.com/css/css_positioning.asp



