誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。
ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。逆にコクのある美味しいカレーになります。
山田サチ子さん
# カレーのレシピ | |
**誰でもできる、美味しいカレーの作り方**です。旦那も息子もこのカレーが大好物。 | |
` ポイントは玉ねぎと人参はミキサーで細かくしてしまうところ。` 逆にコクのある美味しいカレーになります。 | |
## レシピの作者 | |
山田サチ子さん | |
## 材料 ( 8皿分 ) |
それは黄金の昼下がり気ままにただようぼくらオールは二本ともあぶなげに小さな腕で漕がれ小さな手がぼくらのただよいを導こうとかっこうだけ申し訳につけてああ残酷な三人!こんな時間にこんな夢見る天気のもとで |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline | |
} | |
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { |
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>カレーのレシピ</title> | |
</head> | |
<body> | |
<article> | |
<h1>カレーのレシピ</h1> | |
<p> |
$ -> | |
$('.js-article-eyecatch-image').on('load', -> | |
eyeCatchWidth = $(this).width() | |
eyeCatchHeight = $(this).height() | |
eyeCatchWrapperWidth = $(this).parent().width() | |
eyeCatchWrapperHeight = $(this).parent().height() | |
minEyeCatchWrapperHeight = eyeCatchWrapperHeight / eyeCatchWrapperWidth | |
minEyeCatchWrapperWidth = eyeCatchHeight / eyeCatchWidth | |
if eyeCatchWidth > eyeCatchHeight | |
# 横長画像 |
table.parent | |
tr | |
td.child | |
| ああああああ | |
td.child | |
| ああああああ | |
td.child | |
| あああ | |
td.child | |
| ああああああ |
.tabs__item | |
width: 100px | |
height: 100px | |
background-color: black | |
&--active | |
// もう一度ベタ書きする例 | |
width: 100px | |
height: 100px | |
background-color: red | |
&--active |
%body{ id: "#{@pageId}" } | |
%header.header | |
= yield | |
%footer.footer | |
:javascript | |
var _gaq = _gaq || []; | |
以下省略 |