If you are a front end web developer and want to change the positions of the HTML elements to create a stunning layout, you must know CSS positions property. If you don't know or have doubts, be ready to discover everything you must know about the CSS positions . In this article, I am going to discuss what are the different CSS positions properties you can use and how to apply them. There are five different position values - 1. Static 2. Relative 3. Absolute 4. Fixed 5. Sticky You can use the top, bottom, left, and right properties to position the elements. But, you must declare the value of the position property before positioning. Let's discuss each property with examples. Static: Every HTML elements have a default position value to static. You can not change the position of an element having a static position using top, left, right, and bottom property. Its position is deter...