css实现创意磨砂玻璃悬浮背景动画效果代码

代码语言:html

所属分类:悬停

代码描述:css实现创意磨砂玻璃悬浮背景动画效果代码

代码标签: 磨砂 玻璃 悬浮 背景 动画 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">

	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" user-scalable="no">
	<style>
	    body{
	min-height: 100hv;
	background: #180415;
	line-height:20px;
}
*{
	margin:0;
	padding:0;
	font-size: 12px;
}
ul{
	list-style:none;
}
.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}
a {
    text-decoration: none;
    color: inherit;
}
.mr2 {
	margin-right: 1rem;
}
.ml2 {
	margin-left: 1rem;
}

.main-group{
	position: relative;
	min-height:100vh;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:40px 0;
}

.main-group .item-group{
	position: relative;
	box-sizing: border-box;
	width:calc(33.3% - 60px);
	height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 30px;
}
.main-group .item-group::before{
	content: "";
	position: absolu.........完整代码请登录后点击上方下载按钮下载查看

网友评论0