CSS 设置内容从页面上方开始显示:使用 flex-start 属性
.container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n height: 200vh;\n}
原文地址: https://www.cveoy.top/t/topic/pFQK 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
.container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n height: 200vh;\n}
原文地址: https://www.cveoy.top/t/topic/pFQK 著作权归作者所有。请勿转载和采集!