- 在HTML中画一条横线:采用<hr/>标签
-
让子div在父div中水平或者垂直居中的方法
万能方法(使用弹性布局flex):
给父元素设置了三个样式:
display:flex;(弹性布局)
justify-content:center;(内容水平居中)
align-items:center; (内容垂直居中)
就可以达到水平、垂直居中的效果
我擦,右眼皮跳跳的心好慌,昨晚退跳跳的恋爱谈崩了,这今晚......心态崩了呀!
1 .boxFather{ 2 60px; 3 height: 111px; 4 display: flex; 5 justify-content: center; 6 align-items: center; 7 8 } 9 .boxKids { 10 200px; 11 height: 200px; 12 background-color: orange; 13 }
form-group :增加盒子的下边界
form-control: 充满整个父元素,并且有换行作用
control-label :元素内实现包含内容右对齐