So I've heard that the CSS code is good. Here is the HTML code I am using:
<DOCTYPE! html>
<html lang="nl">
<head>
<title>The White Stripes!</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body background="white.jpg">
<h1 style="color:white;">Welcome to the White Stripes Website by Max Wijtmans</h1>
<h3 style="color:white;">On this website, you can find a lot of information about the band Seven Nation Army. You can also contact me if you'd like.
<br/><h3 style="color:white;">Here's a video of their biggest hit, Seven Nation Army.</h3> <br/> <iframe width="640" height="480" src="https://www.youtube.com/embed/0J2QdDbelmY" frameborder="0" allowfullscreen></iframe><br/>
<ul>
<li> <a href="facts.html" target="blank">Facts about the band</a>
<li> <a href="history.html" target="blank">the band's history</a>
<li> <a href="albums.html" target="blank">all albums by the band</a>
<
</body>
</html>
The actual ending has </body> and </html>, but it's not showing up properly in this post. My apologies for that. Also, please excuse any Dutch sentences.