crop_rotate
Run
<!DOCTYPE html> <html> <head> <style> h1 { background-image: url("/images/background.jpg"); } </style> </head> <body> <h1>Hello World!</h1> <p>This page has an image as the background!</p> </body> </html>
Hello World!
This page has an image as the background!