<html>
<html>
<body>
<div class="opis">Przykład przedstawia instrukcję ze strony <a href="http://od-podstaw.blogspot.com">"Od Podstaw"</a>. Jeśli chcesz dowiedzieć się jak zostało to zrobione, wejdź w ten <a href="http://od-podstaw.blogspot.com/2014/10/efekty-css-1-obrazek.html">link</a></div>
<div class="post-body"><img src="http://funkyimg.com/i/2nKg4.jpg" align="center" width="420px"/></div>
</body>
</html>
body {
body {
background: url(http://funkyimg.com/i/2rKd6.png) !important;
}
.opis {
background: #fff;
width: 220px;
position: absolute;
top: 103px;
left: 502px;
border: 3px inset #99CCFF;
padding: 10px;
text-transform: uppercase;
font-size: 10px;
}
a:link, a:hover, a:visited {
color: #99CCCC !important;
text-decoration: none !important;
}
.post-body {
position: absolute;
top: 52px;
left: 52px;
}
/************
to nas interesuje
*************/
.post-body img {
border-radius: 0px;
transition:all 1s;
transition:all 1s;
transition:all 1s;
transition:all 1s;
}
.post-body img:hover {
border-radius: 40px;
transition:all .60s;
transition:all .60s;
transition:all .60s;
transition:all .60s;
}