This domain may be for sale!
(Editor’s note: purely for reasons of length and readability, this article is the first of two parts. This one focuses on the Bootstrap family, more will be profiled in the second part.) As the Web matures and the range of mobile devices we use to access it rapidly grows, our jobs as web designers and developers get considerably more complicated. A decade ago things were much simpler. Then, it was
A tutorial on how to create some subtle and modern caption hover effects. Today we want to show you how to create some simple, yet stylish hover effects for image captions. The idea is to have a grid of figures and apply a hover effect to the items which will reveal a caption with the title, author and a link button. For some of the effects we will use 3D transforms. The aim is to keep the effects
CSS3で実現するアローアイコン スマートフォンなどでリンク領域を示すことなどで使われることが多いアローアイコン。これをCSS3を使って表現する方法を紹介します。 ちなみにアローアイコンとはこんなかんじのリストの右にある矢印。(アローアイコンの正式名称とかあるのかしら) まず、HTMLは次のようにします。今回は便宜的にアローアイコンを付けるa要素にclass属性「arrow」を付加しています。 <ul> <li><a href="#" class="arrow">link</a></li> <li><a href="#" class="arrow">link</a></li> <li><a href="#" class="arrow">link</a></li> <li><a href="#">link</a></li> <ul> .arrowには以下のようなCSSを指定します。 li a
Simple Each .grid element is a horizontal row which can contain .unit elements of various widths. Width combinations are illustrated below. Responsive Units get stacked on screens 568px or smaller. Grids in a .wrap have maximum widths of 978px, or 1140px with the addition of .wider. Easy All units have even inner and outer gutters. You can turn gutters off with .no-gutters. There are also a few ot
実はずいぶん昔に一回作ろうと思って途中で挫折した結果、しばらく放置状態だったんですけども、暇を見つけてはちょっとずつ進めていた Web 界隈の方々向けリファレンスサイトがとりあえず公開できそうな感じになったので晒してみますよ。 作ってるのは下記です。 W3 Watch Reference : Web クリエイターのための HTML5, CSS, jQuery... クイックリファレンス ただし、なんとか形になってるのは HTML5 タグリファレンスの部分だけなんですけどね...... HTML5 タグリファレンス : W3 Watch Reference 未完成のまま晒すんじゃねぇという声が聞こえてきそうですが気にしない気にしない。かつ、巷には多くの優れたリファレンスサイトがすでにありますので、今さらなんですが、よく調べる内容について 1つのサイトにまとまってたら便利だし、自分のお勉強を兼
Firefox 22 が正式リリース CSS Flexible Box の有効化、data、time 要素のサポートなど Firefox 22 が正式にリリースされ、HTML5 関連では、data 要素、time 要素への対応、CSS3 では Flexible Box の有効化などが行われました。 6月 25日、日本だと同日深夜ですが、Firefox の最新版、Firefox 22 が正式リリースされました。さっき自動更新の方もきたので紹介。 仕様変更で色々あった CSS Flexible Box は、Firefox 18 からデフォルト無効なものの実装はされていましたが、今回の Firefox 22 からデフォルトで有効化されました。 HTML5 関連では、data 要素、time 要素への対応、input 要素の、type="range" のサポート。JavaScript 関連で、新
Daugumai verslų, norinčių būti matomiems internete, svarbu suprasti, kas yra SEO (angl. Search Engine Optimization) auditas ir kodėl jis yra būtinas. SEO auditas – tai… Read More »Kas yra SEO auditas? Brangakmeniai yra ypatingi ne tik dėl savo grožio, bet ir dėl simbolinės reikšmės, kurią jie gali suteikti papuošalui. Pasirinkti tinkamą brangakmenį gali būti nelengva užduotis,… Read More »Brangakm
デフォルトのボックスモデルではwidth、heightの値にはpaddingとborderの値を含みませんが、box-sizingプロパティの値にborder-boxを指定すると、widthとheightの値はpaddingとborderの幅を含むようになります。 #box-sizing{ -moz-box-sizing: border-box; box-sizing: border-box; } 特にコンテンツの幅を指定するときや、Fluid Grid Systemを作成するときに計算が簡単になります。 例えば以下の図のような4カラムのGrid Systemで2カラム分の相対幅を求めるとします。 デフォルトの場合2カラム分の幅は60px×2+20px=140px、全体の幅は320pxとなるので、140÷320×100=43.75%となります。これにmarginやpaddingでガターの幅
CSS Shaderで遊ぶ(2) カテゴリ:CSS Shader 2013年5月26日 08:15 前回記事、「CSS Shaderで遊ぶ」ではCSS Shaderの触りを書きました。 詳細にはほとんど触れていませんが、どんなことができるのか、CSS Shaderの可能性は感じてもらえたのではないでしょうか。 今回の記事では、前回触れたUIを作るという点にフォーカスを当てて、簡単なエフェクトを作ってみるとともに、シェーダでどんなことをやっているのかひとつずつ見ていこうと思います。とはいえ、自分もまだまだ勉強中の分野のため、間違いだったり勘違いがあるかもしれません。なので、読む方はそれを念頭に読んでいただければと思います。 CSS ShaderでUIを作る ということで、さっそく今回のために作成したサンプルを見てみようと思います。サンプルはまたしてもjsdo.itに上げました。 UIというこ
CSS Shaderで遊ぶ カテゴリ:CSSテクニック 2013年5月16日 09:25 久々の更新です。さらに、ものすごく久々にCSSのネタですw 今回はCSS Shaderについて触れたいと思います。 内容がだいぶ濃いので、徐々に調べながら何回かに分けて書いていこうと思っています。 CSS Shaderについて詳しく話すと膨大な量になる上に、そもそもそこまでまだ詳しくない(w)ので、今回はどんなことができるの? どうやるの? というのが分かる程度の記事にしたいと思います。 CSS Shaderとは CSS Shaderとは、CSSでOpenGL ES2.0のGLSL(シェーダ記述言語)を利用し、DOMを様々な形に変形、演出することができる仕様です。(ちなみにOpenGLのGLは「Graphic Library」の略) OpenGL ESはWebGLのシェーダ部分でも利用されているので、
Responsive Web design has been around for some years now, but there’s still a whole lot to do. In this article, Stéphanie Walter will look at what is currently possible, what will be possible in the future using what are not yet standardized properties, and what still needs to be improved. This article is not exhaustive, and we won’t go deep into each technique, but you’ll have enough links and kn
As I write this, responsive web design turns three years old, and as expected, the bandwagon is well and truly jumped on. But even now, I still find examples of people confusing responsive and adaptive; describing their websites or commenting on other projects and portfolios like these terms are interchangeable. News Flash: They’re not. Whilst their goals are the same, the key difference between r
By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information. When you visit websites, they may store or retrieve data in your browser. This storage is often necessary for the basic functionality of the website. The storage may be used for marketing, analyti
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く