funcssion is a set of really simple CSS classes, with a single purpose, inspired by the philosophy behind pure functions. This basically means, they attempt to avoid side-effects. It's not a full-fledged CSS framework, but rather a very handy set of classes that'll help you prototype really fast and understand what your components look like just by looking at your HTML code, not browsing through e
Framework7 - is a free and open source framework to develop mobile, desktop or web apps with native look and feel. It is also an indispensable prototyping tool to show working app prototype as soon as possible in case you need to. With such stunning set of UI components that Framework7 provides right from the box, it allows to create web apps, progressive web apps (PWA) and iOS and Android apps wi
A responsive multi-column form with example media queries for a flexible layout. This Blueprint is a simple, responsive multi-column form style that comes with example media queries for creating a switching layout. The form has three columns and depending on the screens size, they are shown in a specific manner. The form elements are 100% width so they adjust to the column size. The HTML <form cla
Get affordable and hassle-free WordPress hosting plans with Cloudways — start your free trial today. Stripes are pretty easy to do in CSS these days. CSS gradients via the background-image property really got our back. I thought I’d document some variations in one easy to reference place. Normal Colored Diagonal Stripes Diagonal stripes are easy to pull off thanks to repeating-linear-gradient(): b
We’re a full-service digital agency that’s been helping clients make lasting change since 1999. Contact Us
Get affordable and hassle-free WordPress hosting plans with Cloudways — start your free trial today. There are a lot of ways to work with color on the web. I think it’s helpful to understand the mechanics behind what you’re using, and color is no exception. Let’s delve into some of the technical details of color on the web. Color mixing A huge part of working with color is understanding that the w
はじめに このシリーズ「すぐに使えるSCSS入門シリーズ」ではScoutを使ってコンパイルしてきました。 最近Sublime Text 2のライセンスも買って、本格的に使い始めました。 そこで、今回はSublime Text 2(Windows, Mac)を使ってコンパイルする方法を調べたので、まとめて紹介したいと思います。 この記事ではデザイナーに苦手な人が多いかもしれない黒い画面「コマンドプロンプトとターミナル」を利用します。 難しいんじゃないかと思うかもしれませんが、是非挑戦してみてください。そのうち大したことしてないじゃんと思えるようになります。 主な流れ 主な流れはこんな感じで、最初に黒い画面でコマンドを入力していきます。 それが終わればSublime Text 2の設定を行い、コンパイルを試します。 Rybyのインストール インストールの確認とコンソール Sassのインストール
レスポンシブサイトを作成するときに、javascriptで切り替えポイントを認識させる方法の説明です。 javascriptですからjQueryでも使用できます。 CSSメディアクエリによる切り替え まずは、CSSでのメディアクエリを利用した切り替えポイントの例です。 501px以上ではdiv.baseは赤色ですが、500px以下ではdiv.baseは緑色になります。 これはCSSのメディアクエリで指定したものです。 CSSメディアクエリによる切り替えサンプル HTMLコード <div class="base"></div> CSSコード .base{ width:200px; height:100px; background-color: red; } @media (max-width:500px){ .base{ background-color: green; } } jQuery
Get affordable and hassle-free WordPress hosting plans with Cloudways — start your free trial today. With CSS columns you can create a print-inspired layout with little added markup that can adapt beyond a fixed canvas. A supported browser will make calculations to wrap and balance content into tidy columns. If you’re already working with a fluid layout, the columns will reflow automatically. With
There are just too many unknowns. : とにかく分からない点が多過ぎる。 HTMLで言うところの<li>のような連番を、CSSやjQueryで自動付与する方法を知ったのでメモ。 jQueryで連番を付与する方法 .each()メソッドを利用する。.each()メソッドは指定したセレクター1つ1つに処理を順番に行う動きをする。 いわゆるループと呼ばれるあれ。 $(function() { var i = 1; $('セレクタ').each(function(){ ~連番の付け方~ i++; }); }); var i = 1;部分がカウンタ初期値の設定。 ページロード時に$(‘セレクタ’)を見つけに行き、1つ目を見つけた時点で~連番の付け方~部分の処理を行う。 処理が終わったらi++でカウンタの数値を1プラスする。 その後、また$(‘セレクタ’)を見つけに行き
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く