In html how do i get a div to position in the centre of the webpage, towards close

Yawash Y

New member
to the footer?
My CSS



#mnu {
padding-top:4opx;
float:center;
padding-center:40px;
font-family:verdana;
}

#mnu a:link {color:#d10606; background-color:transparent; text-decoration:none}
#mnu a:visited {color:#d10606; background-color:transparent; text-decoration:none}
#mnu a:active {color:#d10606; background-color:transparent; text-decoration:none}
#mnu a:hover {color:#d10606; background-color:transparent; text-decoration:underline}
 
Back
Top