lat-oud

Status
Niet open voor verdere reacties.

willem008

Gebruiker
Lid geworden
28 sep 2007
Berichten
792
ben aan het proberen op vakken met maken met behulp van css ,heb hier even wat gemaakt maar ik kom niet verder twee vakken werken goed maar dat derde vak waar scherming in staat krijg ik niet omhoog waar zit de fout
font-size: 50px;
border-top: 11px solid yellow;
border-bottom: 20px solid yellow;
border-left: 5px solid yellow;
border-right: 10px solid yellow;
text-align: center;
margin-right: 50px;
margin-left: 90px;
margin-top: 5px;
margin-bottom: 20px;
}
#nav {
height: 60%;
padding: 30px;
background: #00ff00;
font-size: 25px;
border-top: 16px solid black;
border-bottom: 20px solid yellow;
border-left: 5px solid yellow;
border-right: 10px solid black;
text-align: left;
margin-right: 1000px;
margin-left: 89px;
margin-top: 40px;
margin-bottom: 100px;
}
#info {
height: 150%;
padding: 20px;
font-size: 50px;
background: #dcdcdc;
margin-right: 550px;
margin-left: 500px;
margin-top: 25px;
margin-bottom: 75px;
border-top: 8px solid black;
border-bottom: 8px solid yellow;
border-left: 8px solid yellow;
border-right: 8px solid yellow;
}
</head>
</style>
<body>

<div id="kop">
wlvdmeer-montage
</div>
<div id="nav">montage<br>scherming<br>Hijsverwarming</div>
<div id="info">beluchtig;</div>
</body>
</html>
 
<html>
<tittle></tittle>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
html, body {
height:10%;
widht:30%;
background: #ffffff;
font-size: 50px;
}

#kop {
width:800px;
height:35%;
padding: 10px;
background: #191970;
font-size: 50px;
border-top: 11px solid yellow;
border-bottom: 20px solid yellow;
border-left: 5px solid yellow;
border-right: 10px solid yellow;
text-align: center;
margin-right: 50px;
margin-left: 90px;
margin-top: 5px;
margin-bottom: 20px;
}
#nav {
height: 60%;
padding: 30px;
background: #00ff00;
font-size: 25px;
border-top: 16px solid black;
border-bottom: 20px solid yellow;
border-left: 5px solid yellow;
border-right: 10px solid black;
text-align: left;
margin-right: 1000px;
margin-left: 89px;
margin-top: 40px;
margin-bottom: 100px;
}
#info {
height: 150%;
padding: 20px;
font-size: 50px;
background: #dcdcdc;
margin-right: 550px;
margin-left: 500px;
margin-top: 25px;
margin-bottom: 75px;
border-top: 8px solid black;
border-bottom: 8px solid yellow;
border-left: 8px solid yellow;
border-right: 8px solid yellow;
}
</head>
</style>
<body>

<div id="kop">
wlvdmeer-montage
</div>
<div id="nav">montage<br>scherming<br>Hijsverwarming</div>
<div id="info">beluchtig;</div>
</body>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan