Nieuw lid |
|
Beste Leden,
Ik ben Xhtml en css aan het oefenen, die is hopelijk bijna af als ik het goed heb.
Klik hier . <lay out
Footer
Ik zou graag willen dat de text wat hoger staat, ik heb geprobeerd met padding-top: 10px; maar het is ook niet gelukt, weet niet wat ik verkeerd deed?
#footer {
background: url('../images/footer_bg.png') no-repeat ;
background-color: #6a6969;
width: 904px;
height: 15px;
margin-top: 23px;
color: #ffffff;
text-align: middle;
padding-left: 10px;
}
#footer { background: url('../images/footer_bg.png') no-repeat ; background-color: #6a6969; width: 904px; height: 15px; margin-top: 23px; color: #ffffff; text-align: middle; padding-left: 10px; }
Bedankt voor de moeite.
|