猜猜我是谁?
效果图
HTML+CSS
2023年9月15日
*{
margin: 0;
padding: 0;
}
img.i1:hover{
transform: scale(1000%)
}
#message{
background-color: antiquewhite;
width: 1140px;
margin: 30px auto;
padding: 30px;
overflow: hidden;
}
#message > div.mc1{
width: 360px;
height: 200px;
margin: 80px 10px;
background-color: aqua;
float: left;
line-height: 200px;
text-ali服务器托管网gn: center;
font-size: 30px;
border-radius: 30px;
}
#message > div.mc1 > span{
display: none;
}
#message > div.mc1 > span.mc服务器托管网s{
display: block;
}
#message > div.mc1:hover > span{
transform: scale(1.2);
background-color: blue;
display: block;
color: white;
}
#message > div.mc1:hover > span.mcs{
display: none;
}
猜猜我是谁?
01猜猜我是谁?
张三
02猜猜我是谁?
李四
03猜猜我是谁?
王五
04猜猜我是谁?
赵六
05猜猜我是谁?
小王
06猜猜我是谁?
大王
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: 5. 用Rust手把手编写一个Proxy(代理), 通讯协议建立, 为内网穿透做准备
用Rust手把手编写一个Proxy(代理), 通讯协议建立, 为内网穿透做准备 项目 ++wmproxy++ gite: https://gitee.com/tickbh/wmproxy github: https://github.com/tickbh/wm…