css布局帅哥侧面头部效果代码

代码语言:html

所属分类:布局界面

代码描述:css布局帅哥侧面头部效果代码

代码标签: 侧面 头部 效果

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

<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="UTF-8">





    <style>
        #canvas {
            background: transparent;
            margin-left: 270px;
            margin-top: -440px;
            z-index: 5;
            position: absolute;
        }
        #head {
            background: #f2e88f;
            height: 79px;
            width: 79px;
            border-radius: 50%;
            margin-left: 30px;
            margin-top: 50px;
            box-shadow: -11px 41px 0px -16px #f2e88f, 6px 65px 0px -16px #f2e88f, 4px 123px 0px -16px#f2e88f, 28px 162px 0px -20px #f2e88f, 40px 184px 0px -20px #f2e88f, 63px 222px 0px -20px #f2e88f, 45px 45px 0px 0px #f2e88f,67.5px 65px 0px 0px #f2e88f,75px 76px 0px 0px #f2e88f,79px 85px 0px 0px #f2e88f,85px 95px 0px 0px #f2e88f,163px 95px 0px 0px #f2e88f,163px 73px 0px 0px #f2e88f,165px 67px 0px 0px #f2e88f,156px 145px 0px 15px #f2e88f,95px 145px 0px 15px #f2e88f,38px 1.........完整代码请登录后点击上方下载按钮下载查看

网友评论0