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
Table of contents Discover: Application of displa...
I heard that there is an interview question: How ...
I recently encountered a strange thing when debug...
This article mainly records the problems and solu...
Table of contents 1. Why is JavaScript single-thr...
On Saturday, the redis server on the production s...
Table of contents Preface Fix infinite loop in fo...
<br /> The website access speed can directly...
introduction If you are familiar with using JDBC ...
This article records the installation and configu...
Table of contents Preface 1. Paste Events and Cli...
This article shares the specific code of JavaScri...
1. Introduction Why do we need indexes? In genera...
Preface: During database operation and maintenanc...
This article example shares the specific code for...