Position Property:Fixed Explanation--> The fixed position requires the paragraph to stay fixed on the page. When scrolling down the page that fixed paragraph will stay constant in the browser window.
The position property can be used to define how an element is displayed with respect to the normal flow. The normal flow would consist of block elements such as p, div, blockquote, typically being stacked vertically one on top of the other. Inline elements like span, code or a are typically lined up horizontally until available space runs out after which the content will break to a new line. The four values for the position property are: static (the default), absolute, fixed and relative.
The position property can be used to define how an element is displayed with respect to the normal flow. The normal flow would consist of block elements such as p, div, blockquote, typically being stacked vertically one on top of the other. Inline elements like span, code or a are typically lined up horizontally until available space runs out after which the content will break to a new line. The four values for the position property are: static (the default), absolute, fixed and relative.
The position property can be used to define how an element is displayed with respect to the normal flow. The normal flow would consist of block elements such as p, div, blockquote, typically being stacked vertically one on top of the other. Inline elements like span, code or a are typically lined up horizontally until available space runs out after which the content will break to a new line. The four values for the position property are: static (the default), absolute, fixed and relative.
The position property can be used to define how an element is displayed with respect to the normal flow. The normal flow would consist of block elements such as p, div, blockquote, typically being stacked vertically one on top of the other. Inline elements like span, code or a are typically lined up horizontally until available space runs out after which the content will break to a new line. The four values for the position property are: static (the default), absolute, fixed and relative.