Shado
Member
- Oct 7, 2013
- 146
- 17
Hello Devbest,
Im working on my template but I found the background dosen't work, Can someone help me
HTML:
CSS:
Thanks.
Im working on my template but I found the background dosen't work, Can someone help me
HTML:
HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
</html>
CSS:
Code:
Background {
background: url(img/bg.jpg) no-repeat center center fixed;
}
Thanks.