Hallo,
Ich habe eine Tabelle in CSS gestaltet blos leider weiß ich nicht ob ich fusch betrieben habe oder ob ich fachmänische Arbeit geleistet habe, mit dem aussehen der Tabelle bin ich zufrieden. Ich wollte euch fragen ob Ihr vielleicht noch Verbesserungsvorschläge habt oder ob ich was falsch gemacht habe.
Tabelle:
CSS Style
Im Anhang findet ihr auch noch eine Zip datei mit beiden Dateien.
Ich freue mich wenn Ihr da einmal rüber schauen könnt
Danke schonmal im Vorraus.
Ich habe eine Tabelle in CSS gestaltet blos leider weiß ich nicht ob ich fusch betrieben habe oder ob ich fachmänische Arbeit geleistet habe, mit dem aussehen der Tabelle bin ich zufrieden. Ich wollte euch fragen ob Ihr vielleicht noch Verbesserungsvorschläge habt oder ob ich was falsch gemacht habe.
Tabelle:
Code:
<table class="produkttabelle">
<tr>
<td class="tabellenkopf">Auf einen Blick:</td>
<td class="tabellenkopf"> </td>
</tr>
<tr>
<th scope="row" class="bold"> Blütengrösse:</th>
<td> 4-6 cm, in Büscheln </td>
</tr>
<tr>
<th scope="row" class="bold"> Blütenfarbe:</th>
<td> rosa </td>
</tr>
<tr>
<th scope="row" class="bold"> Blütenform:</th>
<td> halbgefüllt </td>
</tr>
<tr>
<th scope="row" class="bold"> Blütezeit:</th>
<td> Maibis Oktober </td>
</tr>
<tr>
<th scope="row" class="bold"> Knospe:</th>
<td> kegelförmig </td>
</tr>
<tr>
<th scope="row" class="bold"> Duft:</th>
<td> mittel </td>
</tr>
<tr>
<th scope="row" class="bold"> Blühdauer:</th>
<td>öfterblühend </td>
</tr>
<tr>
<th scope="row" class="bold"> Blühfreude:</th>
<td> reichblühend </td>
</tr>
<tr>
<th scope="row" class="bold"> Gesundheit:</th>
<td> robust </td>
</tr>
<tr>
<th scope="row" class="bold"> Winterhärte:</th>
<td> winterhart </td>
</tr>
<tr>
<th scope="row" class="bold"> Verwendung:</th>
<td> Flächenbepflanzung, Beete, Gruppen, Pflanzgefäße </td>
</tr>
<tr>
<th scope="row" class="bold"> Wuchs:</th>
<td> kompakt, breitbuschig, dicht </td>
</tr>
<tr>
<th scope="row" class="bold"> Wuchsbreite:</th>
<td> 40-60 cm </td>
</tr>
<tr>
<th scope="row" class="bold"> Wuchshöhe:</th>
<td> 50-60 cm </td>
</tr>
<tr>
<th scope="row" class="bold"> Laub:</th>
<td> mittelgroß, dunkelgrün, glänzend </td>
</tr>
<tr>
<th scope="row" class="bold"> Kategorie:</th>
<td> Moderne Rose </td>
</tr>
<tr>
<th scope="row" class="bold">Gattung:</th>
<td> Towne & Country ® </td>
</tr>
<tr>
<th scope="row" class="bold">Züchter:</th>
<td> Poulsen </td>
</tr>
<tr>
<th scope="row" class="bold">Jahrgang:</th>
<td> 1999 </td>
</tr>
<tr>
<th scope="row" class="bold">Wuchsgeschwindigkeit:</th>
<td>10-20 cm/Jahr</td>
</tr>
<tr>
<th scope="row" class="bold">test</th>
<td>test</td>
</tr>
</table>
CSS Style
Code:
@charset "utf-8";
.produkttabelle {
border:none;
border-collapse:collapse;
color:#000;
width:100%;
table-layout:fixed;
font-size:14px;
}
.tabellenkopf {
background:#9fc340;
font-weight:bold;
color:#FFF;
width:150px;
font-size:16px;
}
.bold {
text-align:left;
}
Im Anhang findet ihr auch noch eine Zip datei mit beiden Dateien.
Ich freue mich wenn Ihr da einmal rüber schauen könnt
Danke schonmal im Vorraus.