Position property in CSS will place HTML elements on a web page in specific areas.
position inherit: causes the HTML element to inherit the property from its parent item
position static: puts the element in the normal flow of the web page
position relative: places items relative to the normal flow of the window
position fixed: places items relative to the browser window
position absolute: places item relative to the last non-static item.
http://www.technoblogical.com/web-des...
Providing training since last Tuesday
http://www.technoblogical.com
Thanks for watching!