WEB DESIGN BOX

フリーランス・リモートワークの仕事情報

2017-09-13から1日間の記事一覧

pug 書き方

[pug] p TOP br a(href="") テキストあああ [html]<p>TOP</p><br><a href="">テキストあああ</a> [pug] div.test |ああああああ br |ああああ [html] <div class="test">ああああああ<br>ああああ</div> [pug] - var list = ['link', 'image', 'text'] for item, index in list p #{item + index} [html] <div class="test">あああああ</div>…