Der Quellcode der Seite Musterseite3_css.html

zurück


<!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>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
.ueberschrift1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
font-style: italic;
line-height: 45px;
color: #CCCCCC;
}


body {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
background-attachment: scroll;
background-color: #000000;
background-image: url(bilder/nachtlauf0112_filter.jpg);
background-repeat: repeat;
letter-spacing: 0.5em;
text-align: center;
word-spacing: 0.5em;
}
#hauptfeld {
margin:0px auto;
position: relative;
height: 500px;
width: 700px;
background-color: #000000;
}
-->
</style>
<style type="text/css">
<!--
#links {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 25px;
color: #FFCC00;
background-color: #999999;
position: absolute;
height: 200px;
width: 300px;
left: 10px;
top: 130px;
}
#rechts {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 25px;
color: #FFCC00;
background-color: #999999;
position: absolute;
height: 200px;
width: 300px;
left: 390px;
top: 130px;
}
img {
padding: 5px;
border: 5px inset #33FF99;
background-color: #666666;
}
-->
</style>
</head>

<body>
<div id="hauptfeld">
<div align="center" class="ueberschrift1">
<p>Cascading Style Sheets</p>
</div>
<p>CSS kann viel</p>
<div id="links">Linke Seite
<p><a href="javascript:back();">zurück</a></p></div>
<div id="rechts">Rechte Seite<br />
<img src="bilder/venedig6239.jpg" width="180" height="120" /> </div>
</div>

</body>
</html>