移过换色效果

时间:2016-04-07 04:40:51
【文件属性】:

文件名称:移过换色效果

文件大小:465B

文件格式:TXT

更新时间:2016-04-07 04:40:51

换色

<html <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>移过换色效果</title> <style type="text/css"> a{display:block;width:100px;height:100px;background:#eee;} a:hover{background:orange;} </style> </head> <body> </body> </html>


网友评论