Hi,
ich möcht gerne in dem Tag <titel-logo> ein Bild einbinden und dort den abstand vom oberen bildrand mir margin definieren.
Aber irgendiwe funktioniert das nicht. Seht ihr eventuell den Fehler:
CSS Datei:
body {
background: #708090 ;
min-height: 550px;
margin: 0px 0px 0px 0px;
}
titel-logo {
margin: 100px 40px 5px 40px;
}
Danke