3D 视频立方体旋转效果
代码语言:html
所属分类:三维
代码描述:3D 视频立方体旋转效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
/* CSS reset ==============================================*/
*,
*::after,
*::before {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
box-sizing: border-box;
position: relative;
}
html {
/* formula: 1 rem = 10px; 10px/16px = 62.5% */
font-size: 62.5%;
}
/* Typography ================================================*/
* {
color: #eee;
font-family: "Open Sans", sans-serif;
}
/* Signup heading */
.main-heading {
font-size: 3.5rem;
padding-bottom: 2rem;
width: 100rem;
}
/* Signup text */
.body-text {
color: #eee;
font-family: "Open Sans", sans-serif;
font-size: 1.4rem;
font-weight: 300;
line-height: 2rem;
padding-bottom: 3rem;
}
/* Components ====.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0