Huhu
Ich habe gerade folgendes Problem bei CSS: Der Header und das Menü sind links, anstatt in der Mitte...
Hier mal der CSS Code:
Und der HTML Code:
HTML
<html> <head> <title> Startseite </title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="website"> <div id="header"> <h1>Test</h1> </div> <div id="main"> <div id="menue"> </div> </div> <div id="footer"> </div> </div> </body></html>
Ich hoffe, jemand findet den Fehler