当前位置:网站首页>Word wrap when flex exceeds width
Word wrap when flex exceeds width
2022-07-07 02:04:00 【A diligent code dog】
design sketch

<!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>flex Wrap over length </title>
<style > .container{
width: 700px; border: solid 1px black; display: flex; flex-wrap: wrap; } .container div{
width: 200px; margin: 10px; height: 100px; background-color: aqua; flex-shrink: 0;/* Remove flex Sub element width averaging problem */ } </style>
</head>
<body>
<div class="container">
<div class="div1"></div>
<div class="div2"></div>
<div class="div3"></div>
<div class="div4"></div>
<div class="div5"></div>
</div>
</body>
</html>
边栏推荐
- 2022/0524/bookstrap
- ROS学习(23)action通信机制
- freeswitch拨打分机号源代码跟踪
- CISP-PTE实操练习讲解(二)
- MySQL's most basic select statement
- BigDecimal 的正确使用方式
- Date processing tool class dateutils (tool class 1)
- Integrated navigation: product description and interface description of zhonghaida inav2
- Mysqlbackup restores specific tables
- Recognition of C language array
猜你喜欢

CISP-PTE实操练习讲解(二)

Mongodb checks whether the table is imported successfully

Introduction to microservice architecture

Blackfly s usb3 industrial camera: buffer processing

Cisp-pte practice explanation (II)

ROS learning (23) action communication mechanism

Livox激光雷达硬件时间同步---PPS方法

JS how to quickly create an array with length n

ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试

FLIR blackfly s industrial camera: configure multiple cameras for synchronous shooting
随机推荐
Blackfly S USB3工业相机:缓冲区处理
Flir Blackfly S 工业相机 介绍
AcWing 1141. LAN problem solving (kruskalkruskal finding the minimum spanning tree)
Compile command line terminal swift
Flir Blackfly S 工业相机:通过外部触发实现多摄像头同步拍摄
【唯一】的“万字配图“ | 讲透【链式存储结构】是什么?
百度飞将BMN时序动作定位框架 | 数据准备与训练指南 (下)
FLIR blackfly s usb3 industrial camera: white balance setting method
How to use strings as speed templates- How to use String as Velocity Template?
字符串转成日期对象
JS how to quickly create an array with length n
@Before, @after, @around, @afterreturning execution sequence
Unicode string converted to Chinese character decodeunicode utils (tool class II)
ROS learning (XX) robot slam function package -- installation and testing of rgbdslam
LeetCode. Sword finger offer 62 The last remaining number in the circle
CISP-PTE之命令注入篇
将截断字符串或二进制数据
3D激光SLAM:Livox激光雷达硬件时间同步
Blackfly s usb3 industrial camera: buffer processing
2022/0524/bookstrap