📜  添加图像 ::before css 代码示例

📅  最后修改于: 2022-03-11 14:47:54.004000             🧑  作者: Mango

代码示例1
element::after{
  content:url('blackCarrot.png'); 
  position:relative; /*or absolute*/
  z-index:100000; 
  left:-50px;
  top:10px;
}