Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <div style="background-image:url('/pix/samples/bg1.png');background-repeat:repeat-y;padding:5px;width:150px;height:200px;border:1px solid black;"> <p>The background image is set to 'repeat-y' using the 'background-repeat' property.</p> </div>