I am trying to get a background on a test website for a class.
body{
margin: 0px;
padding: 0px;
background-image: url(Resorces/Background.png) repeat;}
This is from the CSS file
The HTML file looks like this
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
<title>Raster Vector Home</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Hi</h1>
</body>
</html>