css 折角效果
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 折角效果相关的知识,希望对你有一定的参考价值。
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<div>“The only way to get rid of a temptation is to yield to it.”
— Oscar Wilde, The Picture of Dorian Gray</div>
/**
* Folded corner effect
*/
div {
width: 12em;
background: #58a; /* Fallback */
background:
linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) 100% 0 no-repeat,
linear-gradient(-135deg, transparent 1.5em, #58a 0);
background-size: 2em 2em, auto;
padding: 2em;
color: white;
font: 100%/1.6 Baskerville, Palatino, serif;
}
以上是关于css 折角效果的主要内容,如果未能解决你的问题,请参考以下文章
css 折角效果 - 有角度
CSS 折角效果
CSS 折角效果
div折角~~~
css 折角
边框折角效果