So basicly i am bizzy with a school project about how to make a filmposter in html
I got a title and some headlines but now i got a unlisted tagg (ul) but it seems like the top margin aint working.
If there is someone who can help me with this would be really nice <3
I can upload what I got so far but I dont think thats really needed fo this small thing
site folder dl link:
http://www.mediafire.com/?s5zte6wqb8kkq9x
heres my html and css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
;http://www.w3.org/1999/xhtml">
<head>
<title>IE scripting</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Thomas Beumer" />
<meta name="description" content="Korte beschrijving webpagina" />
<link rel="stylesheet" href="styles/reset.css" type="text/css" />
<link rel="stylesheet" href="styles/vorm.css" type="text/css" />
</head>
<body>
<h3>Release Date: 16TH of December</h3>
<h1>Sherlock Holmes</h1>
<h2>A Game of Shadows</h2>
<h4>With the following stars</h4>
<p><ul><li>Robert Downey Jr,</li><li> Jude Law,</li> <li>Noomi Rapace,</li> <li>Stephen Fry,</li><li> Jared Harris Gilles Lellouche,</li> <li>directed by Guy Ritchie.</li></ul></p>
</body>
</html>
and
body {
background-color:#000;
background-image:url(../images/sherlock.jpg);background-repeat:no-repeat; background-position:top center;
}
li {
text-shadow: 0.1em 0.1em #333;
font-family:"Ravenscroft";
src: url('fonts/Ravenscroft.ttf');
font-size:40px;
color:#FFF;
margin-top:1px;
margin-left:100px;
}
h3 {
text-shadow: 0.1em 0.1em #333;
font-size:30px;
color:#FFF;
font-family:"Ravenscroft";
src: url('fonts/Ravenscroft.ttf');
margin-left:580px;
margin-top:20px;
}
h1 {
text-shadow: 0.1em 0.1em #333;
font-family:"Ravenscroft";
src: url('fonts/Ravenscroft.ttf');
font-size:55px;
color:#FFF;
margin-top:460px;
margin-left:420px;
}
h2 {
text-shadow: 0.1em 0.1em #333;
font-family:"Ravenscroft";
src: url('fonts/Ravenscroft.ttf');
font-size:40px;
color:#FFF;
margin-top:1px;
margin-left:430px;
}
I use a reset.css so thats why I use px sizes
Edited once, 10/10/11 - 4:27pm.
Posted on Monday, 10th October 2011