Mario348
Neues Mitglied
Wieso funktioniert diese Kopfzeile nicht?
html:
css:
html:
Code:
<p>
<p id="Fusszeile">© by Mario Bienz
</p>
css:
Code:
p#Fusszeile {
clear: both;
font-size: 1em;
margin-bottom: 0em; margin-top: 10em; padding: 0.1em;
text-align: center;
background-color: gray; border: 0px solid silver;
}