:after 伪元素在元素之后添加内容

h2:after {width: 50px;height: 2px;display: block;content: "";background-color: #2FC1AC;margin-top: 20px; position: absolute; left: 50%; transform: translateX(-50%);}

 

你可能感兴趣的:(html,&,css)