CSS ile Pozisyon ve Katman Uygulamaları
<img src="c1.jpg" width="130" height="130"
style="position:absolute; top:20px; left:20px;
border-style:solid; border-color:#B8F500; border-width:10px;" />
<img src="c2.jpg" width="82" height="109" style="position:absolute; top:40px; left:80px;
border-style:solid; border-color:#F500B8; border-width:10px;" />
<img src="c3.jpg" width="71" height="82" style="position:absolute; top:60px; left:120px;
border-style:solid; border-color:#00B8F5; border-width:10px;" />
<img src="c4.jpg" width="114" height="129" style="position:absolute; top:80px; left:160px;
border-style:solid; border-color:#F5B800; border-width:10px;" />
<body style="margin:0">
<img src="cicek1.jpg" width="128" height="96" style="position:absolute; top:200px; right:100px" />
<p style="border:1px solid #ff0000; position:absolute; bottom:10%; right:50%">
Bu bir deneme paragrafıdır.Bu bir deneme paragrafıdır.
Bu bir deneme paragrafıdır.Bu bir deneme paragrafıdır.
Bu bir deneme paragrafıdır.Bu bir deneme paragrafıdır.
Bu bir deneme paragrafıdır.</p>
</body>
Yorumunuzu Ekleyin