手风琴效果
代码语言:html
所属分类:选项卡
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3D accordion (simple folding paper effect)</title>
<link href='https://fonts.googleapis.com/css?family=IM+Fell+French+Canon' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<style>
.screen .card .details-1, .screen .card .details-2 {
background-color: white;
position: relative;
height: 70px;
z-index: -10;
transition: all 0.5s ease-in-out;
display: flex;
}
html {
background-color: #202B2E;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: "IM Fell French Canon";
}
body {
-webkit-perspective: 800px;
perspective: 800px;
}
body * {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
p, h1 {
margin: 0;
font-weight: 700;
}
.screen {
width: .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0