CSS鼠标悬停div加边框效果

来源:互联网 发布:管家婆软件怎么退货 编辑:程序博客网 时间:2024/06/06 08:45
<!DOCTYPE HTML><html lang="en-US"><head><title>css实现鼠标悬停时图片加边框效果</title><style type="text/css">.demo{background:white;margin:0 5px;width:170px;height:170px;}.demo:hover{border:1px red solid;}.demo:hover{width:166px;height:166px;border:2px solid #D94600;}</style></head><body><div class="demo"><p><img src="/jscss/demoimg/wall_s6.jpg" /></p><p>asdasd</p><p>asdasd</p><p>defrwer</p></div></body></html>

0 0
原创粉丝点击