Skip to content

Instantly share code, notes, and snippets.

@davidraehles
Created January 10, 2014 11:58
Show Gist options
  • Save davidraehles/8350769 to your computer and use it in GitHub Desktop.
Save davidraehles/8350769 to your computer and use it in GitHub Desktop.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html>
<title>USZ - TU DRESDEN</title>
<link rel="stylesheet" href="uszstyle1.css" type="text/css">
<style type="text/css">
body { background-color:#FFFFCC;
margin-left:100px; }
* { color:blue; }
h1 { font-size:300%;
color:#FF0000;
font-style:italic;
border-bottom:solid thin black; }
p,li { font-size:110%;
line-height:140%;
font-family:Helvetica,Arial,sans-serif;
letter-spacing:0.1em;
word-spacing:0.3em; }
</style>
</head>
<body bgcolor="white" link="yellow" vlink="red" alink="white" text="black">
<div style="background:white; width:1000px; margin:0 auto;">
<div style="height:300px; background:white;">
<img src="USZ.jpg" alt="404 Not Found" width="1000" height="300">
</div>
<div style="width:300px; background:#B8B8B8; height:800px; float:left;">
<table>
<tr>
<td width="200">
<br>
<ul>
<li type="square"><span class="text"><a href="usz.html">Bergsport</a>
<!--||| Anfang Submenue zu Menüpunkt 1, falls kein Bedarf besteht, die folgenden 3 Zeilen einfach löschen, ansonsten Namen anpassen und verlinken. |||-->
<br> <span class="text"><a href="USZ.html">Bergsport ASD</a></span>
<!--||| Ende Submenue zu Menüpunkt 1 |||--></span></li>
<li type="square"><span class="text"><a href="usz.html">Budo- & Kampfsport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Gesundheitssport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Gymnastik</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Individualsport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Luftsport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Schwimmsport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Sportspezifika</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Sportspiele</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Tanz</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Wassersport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Wintersport</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Weitere Angebote</a></span></li>
<li type="square"><span class="text"><a href="usz.html">Restpl&auml;tze</a></span></li>
<!--||| Ende Menüpunkte, hier ist Platz für weitere Links oder Grafiken, die aber nicht breiter als 130 Pixel sein dürfen. |||-->
</ul>
</td>
</table>
</div>
<div align="center"; style="width:700px; background:white; height:800px; float:left;">
<h1>Bergsport</h1>
<p>Das wird ein Text
und dann noch einer
<br>
dann noch ein br
</div>
<div style="clear:both; width:1000px; height:100px; background:grey;">
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment