水平居中
{
position: absolute;
left: 50%;
top:50%;
margin-left:-50% width;
margin-top:-50 % height;
}
头部浮动(随滚动条滚动)
{
position: fixed;
}
裁剪照片
{
overflow:hidden;
position: relative;
}
阴影
{
box-shadow:1px 1px 10px #acacac;
}
居中
{
margin:0 auto;
}
照片取圆形
{
border-radius:5px;
}
图片高斯模糊
{
-webkit-filter: blur(5px);
filter: blur(5px);
}
CSS+Html 常用的代码
最新推荐文章于 2025-04-20 21:42:34 发布