# HTML Layout Positioning ## Notes *absolute*: Be careful when using `position: absolute` in the context of a CSS/SCSS style. It breaks the chain of elements being laid out automatically with things like percentages, etc. #html #css