Nieuw lid |
|
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="difjesstijl.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
li {
display: inline;
list-style-type: none;
margin-right: 10px;
margin-left: 10px;
background-color: #FFF;
color: #FFF;
}
#container hr {
background-color: #3F0;
color: #0F0;
}
a {
color: #06F;
}
#footer {
background-position: center;
margin-right: auto;
margin-left: auto;
width: 80%;
}
#navigatie {
text-align: right;
background-color: #FFF;
color: #000;
margin-right: 100px;
}
#logo {
text-align: left;
width: 200px;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
margin-left: 100px;
float: left;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #06F;
}
a:hover {
text-decoration: none;
color: #3F0;
}
a:active {
text-decoration: none;
color: #0F0;
}
-->
</style>
</head>
<body>
<div id="container">
<div id="logo">*Logo* Mijn naam hier</div>
<div id="navigatie">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Opdrachten</a></li>
<li><a href="#">Links</a></li>
<li><a href="file:///C|/Users/Inge/Documents/Mijn Site/contact.html">Contact</a></li>
<br />
<div id="menu">Ondermenu</div>
</ul>
</div>
<hr align="center" width="800" />
<br />
<div id="hoofdpaneel">
<p> Hier globale informatie waar de website voor dient.</p>
</div>
<div id="push"></div>
</div>
</div>
<div id="footer">
<p><img src="portfolio2.png" alt="" width="794" height="106" align="middle"/></p>
</div>
</body>
</html>
<!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"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="difjesstijl.css" rel="stylesheet" type="text/css" /> <!-- li { display: inline; list-style-type: none; margin-right: 10px; margin-left: 10px; background-color: #FFF; color: #FFF; } #container hr { background-color: #3F0; color: #0F0; } a { color: #06F; } #footer { background-position: center; margin-right: auto; margin-left: auto; width: 80%; } #navigatie { text-align: right; background-color: #FFF; color: #000; margin-right: 100px; } #logo { text-align: left; width: 200px; font-family: Verdana, Geneva, sans-serif; font-size: 14px; margin-left: 100px; float: left; } a:link { text-decoration: none; } a:visited { text-decoration: none; color: #06F; } a:hover { text-decoration: none; color: #3F0; } a:active { text-decoration: none; color: #0F0; } --> <div id="logo">*Logo* Mijn naam hier </div> <li><a href="#">Opdrachten </a></li> <li><a href="#">Links </a></li> <li><a href="file:///C|/Users/Inge/Documents/Mijn Site/contact.html">Contact </a></li> <div id="menu">Ondermenu </div> <hr align="center" width="800" /> <p> Hier globale informatie waar de website voor dient. </p> <p><img src="portfolio2.png" alt="" width="794" height="106" align="middle"/></p>
-----
#container {
background-color: #FFF;
width: 80%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
min-height: 100%;
position: relative;
}
#hoofdpaneel {
margin-right: 100px;
margin-left: 100px;
color: #000;
text-align: left;
margin-bottom: 30px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #3F0;
border-right-color: #3F0;
border-bottom-color: #3F0;
border-left-color: #3F0;
padding-bottom: 106px;
}
body {
background-color: #FFF;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #000;
text-align: left;
height: 100%;
}
html {
height: 100%
}
#push {
height: 106px
}
#footer {
position: relative;
clear: both;
height: 106px;
}
#menu {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
}
#container { background-color: #FFF; width: 80%; margin-right: auto; margin-left: auto; margin-top: 20px; border-top-color: #CCC; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; min-height: 100%; position: relative; } #hoofdpaneel { margin-right: 100px; margin-left: 100px; color: #000; text-align: left; margin-bottom: 30px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #3F0; border-right-color: #3F0; border-bottom-color: #3F0; border-left-color: #3F0; padding-bottom: 106px; } body { background-color: #FFF; font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #000; text-align: left; height: 100%; } html { height: 100% } #push { height: 106px } #footer { position: relative; clear: both; height: 106px; } #menu { font-family: Verdana, Geneva, sans-serif; font-size: 14px; }
|