CSS fügen etwas neben einem Bild hinzu
img {
float:left;
}
h3 {
float:right;
}
Puzzled Porpoise
img {
float:left;
}
h3 {
float:right;
}