modify background image css code example Example: how to change background image in css <style> body{ background-image: url('img_girl.jpg'); } </style>