91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

css兩端對齊實現方式有哪些

小億
197
2023-07-21 10:55:00
欄目: 編程語言

實現CSS兩端對齊的方式有以下幾種:

  1. 使用flexbox布局:可以使用justify-content: space-between;屬性將子元素在容器中兩端對齊。
.container {
display: flex;
justify-content: space-between;
}
  1. 使用text-align屬性:對于塊級元素,可以使用text-align: justify;屬性將文本兩端對齊。
.container {
text-align: justify;
}
.container::after {
content: '';
display: inline-block;
width: 100%;
}
  1. 使用CSS Grid布局:可以使用grid-template-columns屬性將子元素在容器中兩端對齊。
.container {
display: grid;
grid-template-columns: auto auto;
justify-content: space-between;
}
  1. 使用float屬性:可以使用float: left;float: right;將元素分別向左和向右浮動,從而實現兩端對齊效果。
.left {
float: left;
}
.right {
float: right;
}
  1. 使用display:inline-block屬性:可以使用display: inline-block;將元素以行內塊級元素的方式顯示,然后使用text-align: justify;將其兩端對齊。
.container {
text-align: justify;
}
.container > * {
display: inline-block;
}
.container::after {
content: '';
display: inline-block;
width: 100%;
}

0
定南县| 墨江| 潞城市| 平乐县| 务川| 长泰县| 和静县| 榕江县| 哈密市| 揭西县| 日喀则市| 安岳县| 札达县| 高台县| 那曲县| 清水河县| 刚察县| 新昌县| 华蓥市| 平罗县| 龙游县| 宝丰县| 同仁县| 洛宁县| 上犹县| 大新县| 广昌县| 明水县| 德化县| 合江县| 丰台区| 兴城市| 东城区| 当阳市| 宁武县| 东方市| 射阳县| 阜城县| 营山县| 雷州市| 邳州市|