css 灵活的背景定位

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 灵活的背景定位相关的知识,希望对你有一定的参考价值。

{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<div>Code Pirate</div>
/**
 * Flexible background positioning
 * via calc()
 */

div {
	background: url(http://csssecrets.io/images/code-pirate.svg)
	            no-repeat bottom right #58a;
	background-position: calc(100% - 20px) calc(100% - 10px);
	
	/* Styling */
	max-width: 10em;
	min-height: 5em;
	padding: 10px;
	color: white;
	font: 100%/1 sans-serif;
}

以上是关于css 灵活的背景定位的主要内容,如果未能解决你的问题,请参考以下文章

css 灵活的背景定位

css 灵活的背景定位

css 灵活的背景定位

CSS3丨教你用CSS实现多种背景

CSS3实现多种背景效果

css背景定位