Adding a local file as a background image in CSS is simple. Use the `background-image` property, followed by the `url()` function containing the path to your image file. For example: `background-image: url('images/background.jpg');`. Make sure the file path is correct relative to your CSS file. This creates a visually appealing design for websites.