When setting display:flex, justify-content: space-betweend, it will align the child elements to the sides and evenly divide the remaining space. For example: if you want to put three child elements in one row Effect: This seems to be fine and looks good, but if there are not three characters in the next row, there will be problems if there are only two. This looks particularly disgusting, with a large empty space in the middle. It looks particularly like a bug, rather than the desired effect of aligning one by one with the previous line. Now to solve this problem, here are two methods:
Pseudo-class solution Placeholder element solution Effect The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. |
<<: Web designer is a suitable talent
>>: Usage instructions for the docker create command
How can I hide the scrollbars while still being a...
Overview Volume is the abstraction and virtualiza...
The installation of compressed packages has chang...
Web design is both a science and an art. Web desi...
If you want the application service in the Docker...
There is no solution for Chinese input method und...
As shown below: XML/HTML CodeCopy content to clip...
ssh-secure shell, provides secure remote login. W...
Table of contents 1. switch 2. While Loop 3. Do/W...
Before talking about data responsiveness, we need...
This article summarizes some simple principles of...
Table of contents What happens if a piece of code...
Find the problem I wrote a simple demo before, bu...
The previous article introduced the MySql multi-c...
First of all, we need to make it clear why we use...