scss インナー超えボックス

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss インナー超えボックス相关的知识,希望对你有一定的参考价值。

インナー超えボックス
----------


A [Pen](https://codepen.io/anonie/pen/zYOwZeV) by [anonie](https://codepen.io/anonie) on [CodePen](https://codepen.io).

[License](https://codepen.io/anonie/pen/zYOwZeV/license).
<div class="inner">
	<div class="item01">inner normal</div>
	<div class="item02">inner large</div>
</div>
html { background: #eee; }
*, *::before, *::after {
	box-sizing: border-box;
}
.inner {
	width: 900px;
	margin: 0 auto;
}
.inner { background: #fff; padding: 3rem 0; } // 視認性用

.item01 { // 視認性用
	border: 3px solid #ccc;
	margin-bottom: 3rem;
	height: 50px;
}
.item02 {
	width: 120%;
	margin-right: -10%;
	margin-left: -10%;
}
.item02 { // 視認性用
	border: 3px solid #ccc;
	height: 50px;
}

以上是关于scss インナー超えボックス的主要内容,如果未能解决你的问题,请参考以下文章

php 160720ラジオボタン,チェックボックスのデザイン変更

scss ボックスサイズにあわせて上下左右センターに画像を表示するCSS。画像の比率やサイズに关系なく中央に配置します。

css お问い合わせフォーム(チェックボックス)

scss ミックスイン

csharp [WPF]文字が见切れたらツールチップで全文字列表示するテキストボックス

scss 萨斯のミックスイン集。