HTML gevorderde |
|
body
{
background-image: url(img.png);
background-repeat: no-repeat;
}
/*of*/
body
{
background:url(img.png) no-repeat;
}
body { background-image: url(img.png); background-repeat: no-repeat; } /*of*/ body { background:url(img.png) no-repeat; }
edit:En een achtergrond maken voor grotere schermen
heeft toch niks met php te maken? |