PHP interesse |
|
Hallo,
ik heb het volgende stukje code:
.logo {
height: 150px;
width: 150px;
background-image: url(logo.gif);
}
.header {
height: 150px;
width: 100%;
text-align: right;
color: gray;
}
.logo { height: 150px; width: 150px; background-image: url(logo.gif); } .header { height: 150px; width: 100%; text-align: right; color: gray; }
nu is de bedoeling dat het logo links in de header komt en de tekst rechts alleen nu staat het logo ook aan de rechter kant weet iemand hoe dit moet?
|