A look around to static, relative, absolute, fixed, sticky — What is positioning? There are different ways or methods which allow us to put elements where we want, to position them on the document/screen. We can use display, float, and position properties. Today we are going to cover the position property. Which are the values for position? Static (default) Relative Absolute Fixed Sticky Let’s talk about each of them