css 斜角 - 带边框图像和内嵌SVG

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 斜角 - 带边框图像和内嵌SVG相关的知识,希望对你有一定的参考价值。

{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<div>Hey, focus! You’re supposed to be looking at my corners, not reading my text. The text is just placeholder!</div>
/**
 * Beveled corners — with border-image and an inline SVG
 */

div {
	border: 21px solid transparent;
	border-image: 1 url('data:image/svg+xml,\
	                      <svg xmlns="http://www.w3.org/2000/svg" width="3" height="3" fill="%2358a">\
	                      <polygon points="0,1 1,0 2,0 3,1 3,2 2,3 1,3 0,2" />\
	                      </svg>');
	background: #58a;
	background-clip: padding-box;
	
	padding: .2em .3em;
	max-width: 12em;
	color: white;
	font: 150%/1.6 Baskerville, Palatino, serif;
}

以上是关于css 斜角 - 带边框图像和内嵌SVG的主要内容,如果未能解决你的问题,请参考以下文章

条纹边框,如示例图像 css

使用 SVG 过滤器向 SVG 图像元素添加边框 [重复]

CSS和创建svg图形的边框

我应该使用 CSS 还是 SVG 来显示形状?

块元素和内嵌元素

带纹理背景的 CSS 锯齿形边框