Wie zentiere ich das Bild?
.copyright {
background: url("../images/orangeblack/copyright.png") no-repeat;
}
Habe schon dies probiert:
.copyright {
background: url("../images/orangeblack/copyright.png") no-repeat;
display: block;
margin-left: auto;
margin-right: auto;
}
und dies:
.copyright {
background: url("../images/orangeblack/copyright.png") no-repeat;
vertical-aling:center;
}
background: url("../images/orangeblack/copyright.png") no-repeat;
display: block;
margin-left: auto;
margin-right: auto;
}
und dies:
.copyright {
background: url("../images/orangeblack/copyright.png") no-repeat;
vertical-aling:center;
}
Hat jemand eine idee? Mit freundlichen Grüßen
Sven