NE555
Neues Mitglied
Hi,
vorweg: bin noch ziemlich unerfahren...
Der Titel sagt eh schon alles.
Hier mein Code:
das ist mein HTML-Code:
lg NE555
vorweg: bin noch ziemlich unerfahren...
Der Titel sagt eh schon alles.
Hier mein Code:
Code:
body {
background-color:#000000;
}
#navi {
position:fixed;
background-color:#000000;
border-bottom:1px solid #FF0000;
color:#FFFFFF;
width:100%;
height:40px;
left:0px;
top:0px;
padding:0px;
font-size:20px;
font-family:helvetica;
padding-top:3px;
}
das ist mein HTML-Code:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="/1_black.css">
</head>
<body>
<div id="navi">odnsfj</div>
</body>
</html>
lg NE555