css 文字两端对齐

复制代码
<body>
    <div class="box">
        <p>姓名</p>
        <p>性与别</p>
        <p>家庭住址</p>
        <p>how are you</p>
        <p>hello</p>
        <p>1234</p>
        <p>1 2 3 4</p>
    </div>
</body>
  • text-align: justify;

  • text-align-last: justify;

    <style> .box { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 500px; height: 500px; border: 1px solid #000; } p { width: 130px; border: 1px solid #000; text-align: justify; text-align-last: justify; /*兼容ie*/ text-justify: distribute-all-lines; } </style>
  • 设置 text-align: justify; 伪元素 after或者 before的样式,伪元素中可以添加width:100% 或padding-left:100%

    <style> .box { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 500px; height: 500px; border: 1px solid #000; } p { height: 30px; width: 130px; border: 1px solid #000; text-align: justify; } p::after { content: ""; display: inline-block; /* width: 100%; */ padding-left: 100%; } </style>
相关推荐
软件技术NINI2 小时前
JavaScript性能优化实战指南
前端·css·学习·html
xhxxx2 小时前
从样式到结构:TailwindCss + Fragment 如何让 React 代码更干净、更高效
前端·css·react.js
不染尘.5 小时前
应用层之WWW
服务器·javascript·css·网络·网络协议·计算机网络·html
想学后端的前端工程师9 小时前
【CSS高级技巧与动画实战指南:打造炫酷的用户体验】
前端·css·ux
_码力全开_9 小时前
第一章 html5 第一节 HTML5入门基础
前端·javascript·css·html·css3·html5
顾安r10 小时前
12.27 脚本网页 GITHUB推送教程
linux·css·html·gitlab·github
GDAL11 小时前
Tailwind CSS Flex 布局深入全面教程
前端·css·tailwindcss
KLW7511 小时前
vue v-if和v-show比较
前端·css·css3
幻影星空VR元宇宙12 小时前
9D VR体验馆设备投资解析与7D互动影院的市场前景
css·百慕大冒险·幻影星空