公告
财富商城
积分规则
提问
发文
2019-09-21 16:39发布
对你真心纯属浪费
How do you make a simple square that when you hover (or mouseover) the whole thing changes color?
Thanks for the help!
Here it is:
<style type="text/css"> div.test { width: 115px; height: 115px; background-color: blue; } div.test:hover { background-color: red; } </style> <div class="test"></div>
最多设置5个标签!
Here it is: