エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
文字サイズ変更
<script> let x = 100; function larger() { x *= 1.2; document.body.style.fontSize = x + '%'; } fun... <script> let x = 100; function larger() { x *= 1.2; document.body.style.fontSize = x + '%'; } function smaller() { x /= 1.2; document.body.style.fontSize = x + '%'; } </script> <div> <button type="button" onclick="smaller()">小さく</button> <button type="button" onclick="larger()">大きく</button> </div> 部分的な変更 特定の部分だけ文字サイズを変更します。 ほげほげほげ <script> let y = 100; function larger() { y *= 1.2; document.getEle
2013/12/18 リンク