CSS 1.css介绍 css指的是层叠样式表(cascading style sheets) 官方文档:https://www.w3school.com.cn/css/index.asp为什么需要c
顺晟科技
2022-09-15 14:42:34
256
对父级元素设置
display: flex;
justify-self: center;
align-items: center;
<div></div>
<style>
div{
width: 0;
height: 0;
border: 100px solid transparent;
border-bottom: solid 100px pink;
}
</style>
09
2022-11
09
2022-11
09
2022-11
09
2022-11
19
2022-10
19
2022-10