简易小米官网

这是一个使用HTML和CSS构建的网页布局示例,主要展示了如何使用flexbox创建一个绿色背景的主容器,包含一个红色的列和一个蓝色的列。红色列内部有多个紫色的子元素,用作内容展示,而蓝色列则用于其他布局。布局中运用了justify-content,align-content,flex-wrap等属性来调整元素的对齐和换行。
摘要由CSDN通过智能技术生成

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>xiaomi</title>
    <style>
        .dafather{
            width: 1200px;
            height: 1200px;
            background-color: green;
            display:flex;

        }
        .father1{

            display:flex;
            width:1000px ;
            height: 1200px;
            background-color: red;
            flex-direction: column;
        }
        .father2 {

            display: flex;
            width: 200px;
            height: 1200px;
            background-color: blue;
            justify-content:space-around;
            aligen-content:space-around;
            flex-wrap:wrap;
        }

        .son1,
        .son2,
        .son3,
        .son4,
        .son5,
        .son6
        {
            display:flex;
            aligen-content:space-between;
            width: 200px;
            height: 200px;
            flex-wrap:wrap;
            background-color: purple;
            justify-content:space-between;
        }




    </style>
</head>
<body>
<div class="yizhnegye">
    <span class="daohang">
        <span claa="tubiao">xiaomitubiao</span>
       <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <a>xiaomi</a>
        <input>

    <div class="shudaohang"></div>
</div>
<div class="dafather">

    <div class="father2">
        <div class="son1">son1</div>
        <div class="son2">son1</div>
        <div class="son3">son1</div>
        <div class="son4">son1</div>
        <div class="son5">son1</div>
        <div class="son6">son1</div>
    </div>
    <div class="father1"></div>
</div>
</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

她说戴了就不算给

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值