iTalk
Mitglied
Hallo ihr lieben,
mal wieder wende ich mich an euch mit einem kleinen HTML-Problem. Ich habe ein kleines Dokument, aber der Bildschirm im Browser bleibt einfach weiß. Wisst ihr, wo das Problem liegen könnte? Der Code:
mal wieder wende ich mich an euch mit einem kleinen HTML-Problem. Ich habe ein kleines Dokument, aber der Bildschirm im Browser bleibt einfach weiß. Wisst ihr, wo das Problem liegen könnte? Der Code:
Code:
<!DOCTYPE HTML>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css>
body{ background-color:#404040;}
#headertext{ background-color:#404040;
color:#303030;
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
font-size: 68pt;
font-family: Georgia,serif;
font-weight: bold;
font-style: italic;
text-align: center;}
</style>
</HEAD>
<BODY>
<div id="headertext">Lukas Thum</div>
</BODY>
</HTML>