IHYPRESS PROGRAMMING
CSS examples with code and output for beginners
c programming
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
CSS ❯ Transitions
<12>
<!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"> <title>Transitions</title> <style> div.tr {transition:width 3s,background-color 3s; width:150px; height:250px; background-color:#0000cc; color:white; font-family:monospace;} div.tr:hover {width:700px; background-color:#cc0000;} </style> </head> <body> <div class="tr">Do a mouse over to see the transition effect.<br> <img src="images/catsup.jpg" alt="world's largest catsup bottle"></div> </body> </html>
Hergestellt in Deutschland / Made in Germany
Transitions
Do a mouse over to see the transition effect.
world's largest catsup bottle
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland