Run ❯
Get your
own
website
Result Size:
625 x 565
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
<!DOCTYPE html> <html> <head> <style> body { background-image: url('paper.gif'); background-repeat: repeat-y; } </style> </head> <body> <p>repeat-y will repeat a background image only vertically.</p> </body> </html>