xxxxxxxxxx
%%html
<style>
import 'https://fonts.googleapis.com/css?family=Monoton';
#svg0001 {background:silver; width:400px; height:300px;}
circle {fill:#3636ff; stroke-width:5;
stroke:#fff; transition:transform .8s;}
circle:hover {-ms-transform:scale(1.5);
-webkit-transform:scale(1.5);
transform:scale(1.5);}
</style>
<h3 style='color:#3636ff; font-family:Monoton;
font-size:250%; text-shadow:4px 4px 4px silver;'>
Zoom on Hover</h3>
<svg id='svg0001'><g transform='translate(200,150)'>
<circle cx='0' cy='0' r='70'></circle></g></svg>
No comments:
Post a Comment