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