Centrering af dokument
Jeg har lavet følgende CSS fil som jeg bruger til vores nyhedsbrev. Men jeg kan ikke få det centreret.Det ser ud som følger:
body {
background-color: white;
}
h1{
font-family: verdana, arial, sans-serif;
color: #666666 ;
text-indent:
background-color: #FFFFFF;
font-size: 12px;
letter-spacing: 2px;
}
h2{
font-family: verdana, arial, sans-serif;
color: black;
background-color: #FFFFFF;
font-size: 20px;
letter-spacing: 2px;
}
h3{
font-family: verdana, arial, sans-serif;
color: black;
background-color: #FFFFFF;
font-size: 16px;
letter-spacing: 0 px;
}
p{
font-family: verdana, arial, sans-serif;
color: black ;
text-indent: px;
background-color: #FFFFFF;
font-size: 11px;
}
a:link {
color: #666666;
text-decoration:none;
}
a:visited {
color: #666666;
text-decoration:none;
}
a:active {
background-color: white;
text-decoration:none;
}
a:hover {
background-color: orange;
text-decoration:none;
}
#boks3{
height: 500px;
width: 618px;
font-family: verdana, arial, sans-serif;
color: #333333 ;
background-color: #FFFFFF;
border: 2px solid red;
font-size: 12px;
position: absolute;
top: 5 px;
left: 5 px;
padding: 5 px 5 px 5 px 5 px;
}
