Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .backgroundBox { width: 200px; padding: 3px 130px 3px 10px; background: url("/pix/samples/71.gif") gold 90% 30% no-repeat; } </style> <div class="backgroundBox"> <p>This div element has had its properties set using the 'background' property which is shorthand for setting all background properties.</p> </div>
Preview