Link megnő, ha ráviszed az egeret
www.aranymeli.gportal.hu
<style type="text/css">
a:link, a:visited{
display: inline-block;
color: #AF1212;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
color: #000000;
-webkit-transform: scale(1.5,1.5);
-moz-transform: scale(1.5,1.5);
-o-transform: scale(1.5,1.5);
-ms-transform: scale(1.5,1.5);
transform: scale(1.5,1.5);
}</style>
|