Two, bootstrap4 basics (flex layout)

1.1 Flex flexible layout (1)

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

<div class="d-flex flex-column border border-danger  justify-content-end mb-5" style="height: 200px;">
			<div class="p-2 border border-success">one</div>
			<div class="p-2 border border-success">two</div>
			<div class="p-2 border border-success">three</div>
		</div>

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_44827418/article/details/114696522