Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in November, 2010. So you learned the base id, class, and descendant selectors - and then called it a ...
-
-
Styleguide
GitHub is where people build software. More than 11 million people use GitHub to discover, fork, and contribute to over 27 million projects.
情報源: Styleguide
-
transform-function - CSS | MDN
CSS のデータ型 transform-function は、要素の表現を普段と変えるために使う関数を表します。こうした transform 処理は通常行列で表現され、各点に行列の乗算を行った結果が描画されます。
情報源: transform-function - CSS | MDN
-
あなたは見分けられる!?定番フォント代わりに使えるGoogle Fonts 27書体 | Web制作ならWebNAUT
あけましておめでとうございます!定番フォントを愛してやまない、デザイナーTです。今月からTypeSquareの「MORISAWA PASSPORTプラン」が始まるようで、国内サイトでもWebfontの使用が一気に増えそうですね!そこで今回は、WebNAUTでも使用しているWebfontサービス「Google fonts」から、定番フォントの代わりに使えそうな書体をリストアップしました。
情報源: あなたは見分けられる!?定番フォント代わりに使えるGoogle Fonts ...
-
Cross-Browser Inline-Block
-
This is awesome
-
This is awesome
-
This is awesome
li { width: 200px; min-height: 250px; border: 1px solid #000; display: -moz-inline-stack; display: inline-block; vertical-align: top; margin: 5px; zoom: 1; *display: inline; ...
-
-
mix-blend-mode
Better Image Borders with Blend Modes
img { mix-blend-mode: screen; }
The mix-blend-mode property defines how an element’s content should blend with its background. This means that any images or text, borders or headings will be influ ...
-
CSS3のブレンドモードmix-blend-modeを使いこなそう - ICS LAB
mix-blend-modeはDOMエレメントを重ねた時の見え方を指定するCSSプロパティです。「オーバーレイ」「スクリーン」などのブレンドモードを利用することでデザインの自由度が広がります。本記事ではmix-blend-modeの魅力と使い方をデモを交えて紹介します。
情報源: CSS3のブレンドモードmix-blend-modeを使いこなそう - ICS LAB
-
Microsoft Edge の在処と内部 HTML ファイルの URL - Browser
今回アクセスするフォルダは Microsoft Edge の実際のファイルがある場所となります。誤ってファイルを消してしまったり、移動してしまうと最悪 Edge が動作しなくなる可能性がありますので注意が必要です。 Microsoft Edge の場所 Windows が C ドライブに入っている場合は以下の場所に E…
情報源: Microsoft Edge の在処と内部 HTML ファイルの URL - Browser
-
html - Make table cells square - Stack Overflow
How to ensure that each cell of table should become square without using fixed sizes? And be responsive when they change width.HTML : 1
情報源: html - Make table cells square - Stack Overflow