aufgabe 24-11-15
Aufgabe: Alle seiten verbinden und die sollen gleiche struktur haben
This commit is contained in:
@@ -4,42 +4,26 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
* {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
table {
|
||||
border: 5px solid black;
|
||||
}
|
||||
.normal {
|
||||
background-color: orange;
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
.fhr {
|
||||
background-color: blueviolet;
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
.info {
|
||||
background-color: aliceblue;
|
||||
padding: 5px;
|
||||
}
|
||||
.keineschule {
|
||||
background-color: lightskyblue;
|
||||
width: 70px;
|
||||
|
||||
}
|
||||
.unterline, .bb {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
.br {
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>WvSS</header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="ueberschriften.html">Überschriften</a></li>
|
||||
<li><a href="hauptseite.html">Home</a></li>
|
||||
<li><a href="stundenplan.html" class="aktiv">Stundenplan</a></li>
|
||||
<li><a href="listen.html">Andere (Haupt-) Seite</a></li>
|
||||
<li><a href="24-10-16/aufgabe.html">Tabellen 2</a></li>
|
||||
|
||||
<li><a href="https://search.brave.com">Brave</a></li>
|
||||
<li><a href="https://www.wvss-mannheim.de/">WVSS Mannheim</a></li>
|
||||
|
||||
<li><a href="https://u.gg/lol/profile/euw1/darkhuawarim-3253/overview" class="text-bold">League Profile</a></li>
|
||||
<li><a href="https://leagueoflegends.com">League of Legends</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th class="info">Tag -><br> Stunde\/</th>
|
||||
|
||||
Reference in New Issue
Block a user