Hi,
und dann habe ich noch eine Frage:
Meine Css Datei:
---
body {background-color:#3300CC; font-family:Arial; font-size:18px; color:#ffffff;}
---
Wenn ich jetzt
<span class="copyright">
By ....
</span>
Schreiben will und das einzige was sich von der Schrifft ändert die im Body steht font-family:Arial; font-size:18px; color:#ffffff; ist die gröse, muss ich jetzt in die css Datei schreiben:
.copyrigth {font-size:12px;}
oder muss ich alles nochmal schreiben
.copyrigth {font-family:Arial; font-size:12px; color:#ffffff;}
???
Danke für eure Hilfe.