Hoe krijg ik de titel in het midden? want zoals ik het nu heb staat het rechts achter mijn menu, waar ik het dus niet wil hebben.
dit is de CSS:
dit is de CSS:
Code:
@charset "utf-8";
/* CSS Document */
body {
background-color: #FFFFFF;
}
#header {
display: block;
width: 1000px;
height: 175px;
background-image: url(../header.png);
margin-left: auto;
margin-right: auto;
}
#menu {
padding: 0;
margin: 0 auto;
width: 540px;
}
#menu li {
float: left;
height: 25px;
list-style-type: none;
padding: 0;
margin: 0;
}
#menu li a {
display: block;
font: 900 9pt arial;
width: 125px;
text-align: center;
color: #ffffff;
text-decoration: none;
background-image:url('../Images/Button.png');
padding: 4px 4px;
border-right: 2px solid white;
}
h1 {
text-align: center;
width: 100%;
}