/* 1.Static 2.Relative LTRB 3.Absolute LTRB Relative 4.Fixed 5.Sticky */ .main {} .box1 { position: fixed; top: 200px; right: 200px; } .box2 {} .box3 {}