Timo - Fotokiste

Direkt zum Seiteninhalt

Hauptmenü:

Timo

Island 2011

<!DOCTYPE>

<html>

<head>
<title>

</title>
<link rel="stylesheet" type="text/css" href="style.css"/>

</head>

<body>

 <div class="container">
 

  <div class="header">
   kopf
  </div>
   
  <div class="navi">
   navi
   <a href="preisliste.html">Preisliste><a/>
  </div>

  <div class="content">
   <h1>Inhalt</h1>

   <form methode="POST" action="meinScript.php">

    <lable for="benutzername">Benutzername</lable>
    <input type="text" name="benutzername" id="benutzername" placeholder="Max Mustermann" maxlength"10">
     <br><br>
    

   <fieldset>
    <legend>wer gewinnt heute abend?</legend>

    <lable for="ergebnis">Deutschland</lable>
    <input type="radio" name="ergebnis" id="ergebnis" value="Deutschland">
    

    <lable for="ergebnis">USA</lable>
    <input type="radio" name="ergebnis" id="ergebnis" value="USA">

   </fieldset>
    <br><br>


   <fieldset>
    <input type="checkbox" name="beispiel1" value="ja" id="beispiel1">
    <lable for="beispiel1">Beispiel 1</lable>

    <input type="checkbox" name="beispiel2" value="ja" id="beispiel2">
    <lable for="beispiel1">Beispiel 2</lable>

    <input type="checkbox" name="beispiel3" value="ja" id="beispiel3">
    <lable for="beispiel1">Beispiel 3</lable>

   </fieldset>


    <input type="submit" value="klicken">


   </form>
  </div>

  <div class="footer">
   fuss
  <table class="timetable" border="solid 1px black">
   <tr>
    <th></th>
    <th class="Arbeitstag">Montag</th>
    <th class="Arbeitstag">Dienstag</th>
    <th class="Arbeitstag">Mittwoch</th>
    <th class="Arbeitstag">Donnerstag</th>
    <th class="Arbeitstag">Freitag</th>
    <th class="Wochenende">Samstag</th>
    <th class="Wochenende"> Sonntag</th>
   </tr>
   <tr>
    <th>1. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
   <tr>
    <th>2. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
   <tr>
    <th>3. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
   <tr>
    <th>4. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
   <tr>
    <th>5. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
   <tr>
    <th>6. Stunde</th>
    <td>BWL</td>
    <td>ITS</td>
    <td>DEUTSCH</td>
    <td>SEA</td>
    <td>GK</td>
    <td>Wochenende</td>
    <td>Wochenende</td>
   </tr>
  </table>


</div>

 </div>
</body>

</html>

h1
color:yellow;


.container
background-color:red;
width:900px;
margin:50px auto;
box-shadow:0px 0px 10px 10px black;


.header
background-color:yellow;
height:120px;


.navi
background-color:blue;
float:left;
width:150px;
height:400;


.content
background-color:green;
height:390px;
padding-top:10px;


.footer
background-color:lightblue;
height:80px
position:absolute;


.timetable
padding:5px;
text-align:center;

td:hover
 color:#3366FF;
     

 
 
Zurück zum Seiteninhalt | Zurück zum Hauptmenü