1 Star 0 Fork 0

过青城/CSS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
css1.html 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felix Liu 提交于 2024-08-02 17:35 . init
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<style>
#mydiv::before{
content: "";
display: block;
height: 10px;
width: 10px;
background-color: aquamarine;
}
#mydiv:hover {
background-color: bisque;
}
</style>
<body>
<div id="mydiv">
<button id="mybutton">点击</button>
<button id="mybutton2">点击</button>
<button id="mybutton3">点击</button>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/qing-chen-l/css.git
git@gitee.com:qing-chen-l/css.git
qing-chen-l
css
CSS
master

搜索帮助