Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
body
{
background-image
:
url('smiley.gif')
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
background-position
:
30% 20%
;
}
<
/style
>
<
/head
>
<
body
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style>body { background-image: url('smiley.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: 30% 20%; } </style> </head> <body> </body> </html>
Result:
Privacy Policy