分类 个人学习历程 html元素置中 文章作者 prileikx 发布日期 2021年9月13日 html元素置中无评论 transform:translate(40%,20px); 第一个数值代表距离左边的距离,第二个数值代表立上边的距离 示例: <style> .tou{ width: 1080px; position:absolute; transform:translate(40%,20px); } .mainpng{ width: 1080px; } .title{ margin: auto; float: inherit; transform:translate(40%,0); } </style> ← bootstrap栅格 → bootstrap文本类设置 发表评论 取消回复要发表评论,您必须先登录。