json 连续图像边框

Posted

tags:

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

/**
 * Continuous Image Borders
 */
div {
	background: #fff padding-box;
	border: 1rem solid transparent;
	border-image: 16 repeating-linear-gradient(-45deg, #b76057 0, #b76057 1rem, #fff 0, #fff 2rem,
	              #4ca9ab 0, #4ca9ab 3rem, #fff 0, #fff 4rem);
	/* Styling & enable resize */
	width: 21rem;
	height: 10rem;
	padding: 1em;
	overflow: hidden;
	resize: both;
	font: 100%/1.6 Baskerville, Palatino, serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
<div>
Here's an envelope looking border. It can be used on contact us forms to create a sense of mailing messages to the site owner.
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}

以上是关于json 连续图像边框的主要内容,如果未能解决你的问题,请参考以下文章

css实现连续的图像边框

无论浏览器缩放级别如何,如何使图像连续排列?

如何在 Flutter 上模糊图像本身?

如何有条件地格式化连续形式的文本框边框?

围绕 3 个连续 <td> 的单个旋转虚线边框

图像边框和常规边框不能一起工作?