Skip to content

Instantly share code, notes, and snippets.

@TessaRanzijn
Created June 3, 2014 14:51
Show Gist options
  • Select an option

  • Save TessaRanzijn/2f409f6496a64d0ce804 to your computer and use it in GitHub Desktop.

Select an option

Save TessaRanzijn/2f409f6496a64d0ce804 to your computer and use it in GitHub Desktop.
<style>
body {
background-image:url('http://37.media.tumblr.com/a018fb01ee0e48851ffaa0dabf138854/tumblr_mh9fvzL25I1rc7pm9o1_400.jpg');
}
.title {font-size: 30;
font-weight: bold;
color: #000000;
text-align: center;
font-family: "georgia";
}
.title:hover {
color: #000000;
text-align: center;
}
.list
{
list-style-image: url('http://static.webshopapp.com/shops/001205/files/001887541/48x48x2/gebaksbordjes-voetbal.jpg');
text-align: center;
font-family:"Cambria";
}
</style>
<html>
<body>
<div class= "title">
<p>Charlie Vielvoye</p>
</div>
<h2>FcUpdate, voor jouw voetbalpassie!</h2>
<div class= "list"><ul>
<li>Voetbalnieuws</li>
<li>Feyenoord</li>
<li>Reacties</li>
</ul>
</div>
<center>
<img src="http://www.boebs.nl/wp-content/uploads/2011/08/lelijke-kant-voetbal.jpg"></center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment