Skip to content

Instantly share code, notes, and snippets.

View monoooki's full-sized avatar
💭
Zwifting now

Kazuhiko Maeda monoooki

💭
Zwifting now
View GitHub Profile
@monoooki
monoooki / gist:4ecf60d70dda5b886dee
Created March 17, 2015 02:51
z-index management for Stylus
// Sassy Z-Index Management For Complex Layouts - Smashing Magazine
// http://www.smashingmagazine.com/2014/06/12/sassy-z-index-management-for-complex-layouts/
// elements
$e = hoge fuga moge header
zindex(name)
for v, i in $e
if v == name
return i
---
ε=ε=ε=ε=┏ :panda_face: ┛ε=ε=ε=ε=┏ :panda_face: ┛ε=ε=ε=ε=┏ :panda_face: ┛ε=ε=ε=ε=┏ :panda_face: ┛ε=ε=ε=ε=┏ :panda_face: ┛
---
@monoooki
monoooki / 参考
Created August 31, 2012 10:17 — forked from machida/html_practice.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<h1>カレーのレシピ</h1>
<p class="description">誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。<br>
ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。</p>
<section class="contributor">
<h2>レシピの作者</h2>
<h3>山田サチ子さん</h3>
<p>赤ん坊の頃、バス転落による両親の死亡事故の数分前に母親から太郎に渡され、太郎の強靭な肉体に守られて命が助かった。<br>
明訓高校のマスコット的存在で、太郎たちの高校1年時の夏の甲子園では、自称コーチとしてベンチに入り、同年の秋季大会から明訓高校応援団長を務める。</p>
</section>
@monoooki
monoooki / wordpress loop
Created June 7, 2011 03:30
wordpress loop desu.
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>