Wystarczy podać odpowiednie ścieżki a atrybutach img i powinno działać.
obraz.html
<head>
<link rel="stylesheet" href="styl5.css">
</head>
<div id="image1">
<img src="zdjecia/zdjecie1.png">
</div>
<div id="image2">
<img src="zdjecia/zdjecie2.png">
<div id="image3">
<img src="zdjecia/zdjecie3.png">
<div id="image4">
<img src="zdjecia/zdjecie4.png">
styl5.css
#image1 {
position: absolute;
left: 200px;
top: 0px;
z-index: -1;
}
#image2 {
left: 500px;
top: 300px;
#image3 {
left: 1000px;
top: 150px;
#image4 {
right: 300px;
top: 110px;
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
Wystarczy podać odpowiednie ścieżki a atrybutach img i powinno działać.
obraz.html
<head>
<link rel="stylesheet" href="styl5.css">
</head>
<div id="image1">
<img src="zdjecia/zdjecie1.png">
</div>
<div id="image2">
<img src="zdjecia/zdjecie2.png">
</div>
<div id="image3">
<img src="zdjecia/zdjecie3.png">
</div>
<div id="image4">
<img src="zdjecia/zdjecie4.png">
</div>
styl5.css
#image1 {
position: absolute;
left: 200px;
top: 0px;
z-index: -1;
}
#image2 {
position: absolute;
left: 500px;
top: 300px;
z-index: -1;
}
#image3 {
position: absolute;
left: 1000px;
top: 150px;
z-index: -1;
}
#image4 {
position: absolute;
right: 300px;
top: 110px;
z-index: -1;
}