Css wird nicht angezeigt

Hallo liebe gemeinde ich habe eine Hompage geschriben hir der Code:

hompage.html

 <!DOCTYPE html>
<html>
  <head>
    <link href="css/design.css" rel="stylesheet">
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<title>Chat-for-you-hompage</title>
  </head>
  <body>
<div id="hompage">
  <div id="header">
	<h1>Chat-for-you</h1>
  </div>
  <div id="main">
	<div id="menü">
	  <h1>Links</h1>
	  <li><a href="Regeln.html">Regeln</a></li>
	  <li><a href="Passwort.html">Team-seite</a></li>
	  <li><a href="http://server2.webkicks.de/chat-for-you/">Chat</a></li>
	  <li><a href="http://chat-for-you-forun.forumprofi.de/index.php">Forum</a></li>
	</div>
	<div id="inhalt">
	  News/Infos
	</div>
  </div>
  <div id="footer">
  </div>
</div>
</body>
</html>

design.css

body{
background-color:lightblue;
text-align:center;
list-style:none;
}

#hompage{
background-color:
width:980px;
margin:0 auto;
}

#header{
width:980px;
height:150px;
background:orange;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
}

#header h1{
padding-top:50px;
font-size:60px;
font-weight:bold;
color:white;
font-family:courier;
}

#main{
width:980px;
}

#menü{
float:left;
width:200px;
height:300px;
background:yellow;
margin-top:10px;
margin-bottom:10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-o-border-radius:2px;
}

#inhalt{
float:right;
width:770px;
height:300px;
background:darkred;
margin-top:10px;
margin-bottom:10px;
margin-top:10px;
margin-bottom:10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-o-border-radius:2px;
}

#footer{
width:980px;
height:30px;
background:orange;
margin-top:10px;
margin-bottom:10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-o-border-radius:2px;
margin-top:20px;
clear:both;
}

Die Seite wird angezeigt aber das Design nicht,und dan direkt noch eine Frage ist das möglich bzw wie ist das möglich php Datein hochzuladen ich möchte Auf meiner Hompage ein Link wo man auf einer Teamseite kommt von den Link aus soll sich ein neues Fenster öffnen mit Passwort eingabe und danach möchte ich gerne auf die Hauptseite geleitet werden was nur für Teammitglieder ist.

hir der Link zu meine Index seite chat-for-you.bplaced.net (neuer Account)

Der HTML-Code auf der Seite, deren Link du hier gepostet hast stimmt nicht mit deinem geposteten Code überein. Das „Design“ wird mir jedoch angezeigt.

[quote=„Dominik0609“]
,und dan direkt noch eine Frage ist das möglich bzw wie ist das möglich php Datein hochzuladen[/quote]

Genauso wie du die HTML-Datei auch hochgeladen hast.

Mfg :wink2: