Set all margins and padding on page to 0 code example Example: css reset margin padding * { margin: 0; padding: 0; }