我有这张图片(附件)。我不是设计师,但我不想在我的应用程序中使用该图像。我听说你可以非常接近使用 css 的图像。有人可以帮我处理这张图片并变成一个css等价物吗
谢谢!
尝试过
<span class="xyz">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<polygon points="0,0 100,0 100,40 0,40 20,20" style="fill:#46b"/>
</svg>
text
</span>
不知道如何将其添加到我当前的 css 也尝试过
display: block;
clear: both;
width: 70%;
height: 2%;
float:right;
margin-top: -50%;
margin-right: 2%;
border-left: 10px solid transparent;
border-top: 4px solid #546aa4;
border-bottom: 4px solid #546aa4;
上面的问题是我的文本不再有背景...如果我使用背景颜色,那么我将不得不使用左边框:10px 纯白色,这在不同的背景图像上看起来不太好,因为这一层会坐在图像的顶部。