• flex布局与float布局


    1、flex布局

    1. class="container">
    2. <div class="column">
    3. <p>This is the left column.p>
    4. div>
    5. <div class="column">
    6. <p>This is the right column.p>
    7. div>
    8. div>
    9. body>
    10. html>

     

    2、float布局 

    1. "width: 800px;height: 200px;">
    2. "float: left;background: red;width: 200px;height: 100%;">
    3.    左
  • "background: blue;margin-left: 200px;height: 100%;padding-left: 10px;">
  •    右
  •  

     

    1. "utf-8">
    2. <span class="hljs-keyword">float</span>
    3. "width:800px;height:200px;">
    4. "float:left;background:red;width:200px;height:100%;">
  • "float:right;background:blue;width:200px;height:100%;">
  • "background:yellow;width:400px;margin-left: 200px;height:100%;">
  • 相关阅读:
    2019 LCLR | How Powerful are Graph Neural Networks
    Mysql临时表创建查询修改
    基于Unity引擎的RPG3D项目开发笔录
    使用vue-cli搭建spa项目
    Android OpenGLES3.0 开发 :光照基础
    《CTF特训营》——古典密码学
    迈动互联获“ISO20000信息技术服务管理体系认证证书”
    SAS学习3(对数据的简单处理、条件、循环语句、数组、datasets过程)
    算法手撕代码66~70
    物联网的应用——工业自动化
  • 原文地址:https://blog.csdn.net/weixin_63781898/article/details/133305482