Jak powinien wyglądać kod w arkuszu stylów aby były wyświetlane dwa loga na stronce HTML? W tej chwili mam coś takiego:
body {
background-image: url("logo1.jpg");
background-position: 15% 5%;
background-repeat: no-repeat;
background-attachment: fixed;
background-image: url("logo2.jpg");
background-position: 80% 5%;
background-repeat: no-repeat;
background-attachment: fixed;
}
i wyświetlane jest tylko drugie logo. Chce aby były dwa.