Paquero
Gebruiker
- Lid geworden
- 15 okt 2012
- Berichten
- 147
Ik ben bezig met een site te maken, moet van school
Niet dat ik het erg vind, maar ik liep ergens vast.
Dit is het:klik
Ik heb geen idee waar ik de bestanden kan uploaden, dus ik zet ze hier in een spoiler.
EDIT: een spoiler werkte niet, dus het staat nu in een quote.
Ik hoop dat iemand me kan helpen, alvast (hopelijk) bedankt.

Dit is het:klik
Ik heb geen idee waar ik de bestanden kan uploaden, dus ik zet ze hier in een spoiler.
EDIT: een spoiler werkte niet, dus het staat nu in een quote.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content=Battlefield 3" />
<meta name="keywords" content="Battlefield, battlefield 3, hd, shooter, first-person-shooter, games" />
<link href="styles/les112.css" rel="stylesheet" type="text/css">
<title>Battlefield 3</title>
</head>
<body>
<div id="wrapper">
<header>
<nav>
<ul>
<li><a href="les11.html">Home</a></li>
<li><a href="#"> Game informatie</a></li>
<li><a href="#"> Systeemeisen</a></li>
<li><a href="#"> Wapens</a></li>
<li><a href="#"> Gamemodes</a></li>
</ul>
</nav>
</header>
<section>
<div id="h1"> <h1>Battlefield 3</h1> </div>
<p>
<img id="img" alt="bf3" title=""/>
</p>
</section>
<footer>
<h6>Gemaakt door Sybren © 2013</h6>
</footer>
</div> <!-- einde van de wrapper-->
</body>
</html>
* {
margin: 0;
padding: 0;
}
body {
background: black url(../images/bf3background.jpg) no-repeat no-repeat;
font-family: ‘Times New Roman’, Times, serif;
color: #3366FF;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: medium;
line-height: 1em;
word-spacing: normal;
letter-spacing: normal;
text-decoration: initial;
text-transform: none;
text-align: left;
text-indent: 0ex;
border: none:
}
header {
width: 100%;
height: 150px;
background: black url(../images/bf3header.jpg) no-repeat no-repeat;
border-width:0px 4px 4px 4px;
border-color: white white white white;
border-style: solid solid solid solid;
text-align: center;
text-shadow:3px 3px 7px black;
}
ul {
color:White;
padding:10px 10px 10px 60px;
border-width:0px 0px 2px 0px;
border-style: solid solid solid solid;
border-color:black black black black;
}
ul li{
display: inline;
padding: 5px;
font-weight: bold;
font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
font-size: 20px;
}
ul li:hover{
color: blue;
}
ul li a{
color: white;
text-decoration: none;
}
ul li a:hover {
color : black;
}
section {
border : 4px double black;
margin: 5px;
padding: 5px;
}
article {
margin:5px 10px 5px 10px;
padding: 10px;
background: url(../images/transparant.png) repeat;
}
article h2{
color:#ff4d00;
font-weight: bold:
}
footer {
padding: 10px 0px 0px 20px;
text-align: center;
color: yellow;
}
#wrapper {
width:960px;
margin: 0 auto 0 auto;
}
#h1{
color: yellow;
font-weight: bold;
font-family:cursive;
text-align: center;
}
img#img{
background: url(../images/battlefield3dice.jpg) no-repeat;
width:100%;
height:100%;
}
Ik hoop dat iemand me kan helpen, alvast (hopelijk) bedankt.