骰子5点

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>五点骰子</title>
    <style>
        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        main{
            width: 200px;
            height: 200px;
            display: flex;
            background: #ccc;
            border-radius: 20px;
            margin: auto;
            flex-direction: column;
            padding: 20px;
        }
        main div{
            display: flex;
            flex: 1;
            justify-content: space-between;
            align-items: center;
           
        }
        main div:nth-child(2){
             align-self: center
        }
        aside{
           
            width: 40px;
            height: 40px;
            background: #000;
            border-radius: 50%;
        }
    </style>
</head>
<body>
    <main>
        <div>
            <aside></aside>
            <aside></aside>
        </div>
        <div>
            <aside></aside>
           
        </div>
        <div>
            <aside></aside>
            <aside></aside>
        </div>
    </main>
</body>
</html>
posted @   lknmn  阅读(50)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 25岁的心里话
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示