Ich hab den code jetzt wie folgend abgeändert:
HTML
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="" />
<title>Untitled 1</title>
<link rel="stylesheet" type="text/css" href="style/header.css" />
</head>
<body>
<a href="index.php" id="navigation1">Index</a>
<a href="fight.php" id="navigation2">Fight</a>
<a href="Economie.php" id="navigation3">Economie</a>
<a href="Worldmap.php" id="navigation4">World Map</a>
<a href="Info.php" id="navigation5">Info</a>
<a href="Contributing.php" id="navigation6">Contributing</a>
</body>
</html>
Alles anzeigen
Code
#navigation1 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
#navigation2 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
#navigation3 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
#navigation4 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
#navigation5 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
#navigation6 {
display: block;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 10px;
background: white;
padding: 2px 2px 2px 2px;
border-width: 3px;
border-style: groove;
border-color: red;
height: 50px;
width: 16%;
}
Alles anzeigen
aber es sieht immernoch gleich aus...