Home / CSS Tips Generated By ChatGPT / Using position: relative for Minor Adjustments in CSS Position elements relative to their normal position in the document flow. Source Code .relative { position: relative; top: 10px; left: 20px; }