蜂窝相册效果

代码语言:html

所属分类:画廊相册

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">

    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #1a1a1a;
        }

        .container {
            position: relative;
            /* to get a regualr hexagon with clip-path use the same scale, width is sqrt(3) / 2 of the height  */
            width: calc.........完整代码请登录后点击上方下载按钮下载查看

网友评论0