Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>BakgroundI Repeat</title>
- <style>
- #box{
- width : 500px;
- height :300px;
- background : url(bc.jpg);
- background-repeat : no-repeat;
- }
- </style>
- </head>
- <body>
- <div id="box">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement