制作備忘録

仕事でぶちあたった壁の備忘録です。Wordpressが多め。

css

data-label 内で改行したい

teratail.com質問して5分で回答来て驚いた。

テーブルのレスポンシブ data-labelを使って見出しの位置を変える

codepen.io HTML <table> <caption>Statement Summary</caption> <thead> <tr> <th scope="col">Account</th> <th scope="col">Due Date</th> <th scope="col">Amount</th> <th scope="col">Period</th> </tr> </thead> <tbody> <tr> <td data-label="Account">Visa - 3412</td> <td data-label="Due Date">04/01/2016</td>…</tr></tbody></table>

背景だけ回転させる

css

www.softel.co.jp

【第2弾】少しのコードで実装可能な20のCSS小技集

css

www.webcreatorbox.com

役立つCSSテクニック

css

cssテクニック 例:liを2列で配置した場合の下線の引き方(demo8) (最後が奇数・偶数の場合で下線に変化をつける) nth-child()とnth-last-child()で思い通りのデザインを実現【CSS3】 | MIGO