:after内的content元素为必选项,不可缺少
伪元素内可以添加三角形小图标
div:after{
content:"";
border:6px solid transiparent;
border-left-color:red //注意不能写成border-left:red,否则颜色不生效
}
:after内的content元素为必选项,不可缺少
伪元素内可以添加三角形小图标
div:after{
content:"";
border:6px solid transiparent;
border-left-color:red //注意不能写成border-left:red,否则颜色不生效
}