Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
旅梦2-2.css 788 Bytes
Copy Edit Raw Blame History
无尘 authored 2022-06-21 16:05 . 第一次学习
*{
margin: 0;
padding: 0;
}
html{
font-size: 10px;
}
body{
background:#cade01;
}
.droplet{
width: 180px;
height: 19rem;
background: #efea63;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
box-shadow: inset 6px 42px 20px 0 #8ad000,inset 18px 89px 12px 0 #dce72c,12px 18px 17px 0 #83c100;
}
.droplet::after{
content: '';
position: absolute;
width: 1.5rem;
height: 4rem;
background: #f4f1f4;
border-radius: 37% 54% 46% 46%;
left: 5rem;
top: 1.5rem;
transform: rotateZ(60deg);
}
.droplet::before{
content: '';
position: absolute;
width: 1rem;
height: 1rem;
background: #f4f1f4;
border-radius:50%;
left: 2.2rem;
top: 5.5rem;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化