「HTMLやCSSは難しい...」とお悩みの方へ。
ご安心ください!
この記事では、コピペするだけで即使えるボックスデザインの装飾を100コ以上用意しました。
HTMLやCSSの知識がなくても、たった5秒でおしゃれな装飾を適用できますよ。
簡単にデザイン性の高いブログを作れるよう、初心者でも分かりやすい 内容となっているので、ぜひチェックしてみてください。
オリジナル囲み枠の設置手順
まずは、WordPressの記事内に5秒で「オリジナルの囲い枠」を設置する方法を紹介します。
プラグイン不要で、この記事のサンプルコードをコピペするだけで適用できますよ。
- WordPressの投稿画面で「コードエディター」を開く
- 本記事のサンプルコードをコピペする
- 「ビジュアルエディター」に切り替える
- 文言を編集する
画像付きの詳しい手順を知りたい方は、以下のボタンをタップして、解説をチェックしてください。
もっと詳しい手順を見る
まずは、WordPressの投稿画面を開きます。
画面右上の「︙(オプション)」をクリックし、「コードエディター」を選択してください。
「ビジュアルエディター」 ⇒ 「コードエディター」に切り替わっていることを確認しましょう。
以下のコードをコピーし、囲い枠を表示したい場所に貼り付けてください。
<div style="padding: 15px; margin: 2em 0; background: #fff; border: 2px dashed #c4c4c4; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #10101073;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
再び「︙(オプション)」をクリックして「ビジュアルエディター」に切り替えると、コードが適用されて「囲いボックス」が表示されるようになります。
ボックス内のテキストを、お好みの内容に編集すれば完了です!
💡「クラシック」と表示される場合は、次の手順で「通常版のブロック」に変換しましょう。
ボックス装飾の追加手順は以上になります!
次の章では、さらに多彩なデザインパターンを紹介しているので、ぜひ参考にしてみてください!
タイトル付きボックスデザイン集
ここからは、ボックスデザインのサンプルを HTMLコード付き で紹介していきます!
まずは「タイトル付き」囲み枠 から見ていきましょう。
シンプルなボックス
タイトル付ボックス1(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div class="targetlist_2" style="position: relatiXve; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 2px #848484;">
<span style="position: absolute; display: inline-block; top: 0px; left: 0px; padding: 3px 42px; height: 25px; line-height: 25px; background: #848484; font-weight: bold; color: white; 5px: 5px;">タイトル</span>
<ul><li>ポイント1</li><li>ポイント2</li><li>ポイント3</li><li>ポイント4</li></ul></div>
タイトル付ボックス1(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 2px #f15a5a;"><span style="position: absolute; display: inline-block; top: 0px; left: 0px; padding: 3px 42px; height: 25px; line-height: 25px; background: #f15a5a; font-weight: bold; color: white; 5px: 5px;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス1(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 2px #5b8bd0;"><span style="position: absolute; display: inline-block; top: 0px; left: 0px; padding: 3px 42px; height: 25px; line-height: 25px; background: #5b8bd0; font-weight: bold; color: white; 5px: 5px;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス1(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 2px #ffdc47;"><span style="position: absolute; display: inline-block; top: 0px; left: 0px; padding: 3px 42px; height: 25px; line-height: 25px; background: #ffdc47; font-weight: bold; color: white; 5px: 5px;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス1(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 2px #1bca33;"><span style="position: absolute; display: inline-block; top: 0px; left: 0px; padding: 3px 42px; height: 25px; line-height: 25px; background: #1bca33; font-weight: bold; color: white; 5px: 5px;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
シンプルな角丸ボックス
タイトル付ボックス2(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px 20px 0px 20px; margin: 2em 0; border: solid 2px #989898; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #989898;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス2(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px 20px 0px 20px; margin: 2em 0; border: solid 2px #A4D9F2; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #a4b5f2;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス2(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px 20px 0px 20px; margin: 2em 0; border: solid 2px #81f992; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #1bca33;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス2(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px 20px 0px 20px; margin: 2em 0; border: solid 2px #e5d800; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #ffc200;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス2(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px 20px 0px 20px; margin: 2em 0; border: solid 2px #f2a4a4; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #ff6565;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線の囲いボックス
タイトル付ボックス3(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 20px 20px 0px 20px; border: double 4px #989898;"><span style="position: absolute; display: inline-block; top: -12px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #989898;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス3(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 20px 20px 0px 20px; border: double 4px #68d3db;"><span style="position: absolute; display: inline-block; top: -12px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #68d3db;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス3(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 20px 20px 0px 20px; border: double 4px #81f992;"><span style="position: absolute; display: inline-block; top: -12px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #1bca33;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス3(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 20px 20px 0px 20px; border: double 4px #e5d800;"><span style="position: absolute; display: inline-block; top: -12px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #ffc200;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス3(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 20px 20px 0px 20px; border: double 4px #f2a4a4;"><span style="position: absolute; display: inline-block; top: -12px; left: 10px; padding: 0 10px; background: #fff; font-weight: bold; color: #ff6565;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
おしゃれな角丸ボックス
タイトル付ボックス4(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border-radius: 10px; background: #f7f7f7; border: solid 1px black;"><span style="position: absolute; top: 0; left: 0; padding: 5px 20px; background: #666; border-radius: 10px 0; font-weight: bold; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス4(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border-radius: 10px; background: #ffe6e6; border: solid 1px #f15a5a;"><span style="position: absolute; top: 0; left: 0; padding: 5px 20px; background: #ff7d7d; border-radius: 10px 0; font-weight: bold; color: #ffffff;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス4(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border-radius: 10px; background: #e6f3ff; border: solid 1px #59a6ee;"><span style="position: absolute; top: 0; left: 0; padding: 5px 20px; background: #7abbfd; border-radius: 10px 0; color: #ffffff; font-weight: bold;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス4(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border-radius: 10px; background: #fff9e6; border: solid 1px #ebe134;"><span style="position: absolute; top: 0; left: 0; padding: 5px 20px; background: #ffdc47; border-radius: 10px 0; font-weight: bold; color: #ffffff;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス4(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border-radius: 10px; background: #1bca3308; border: solid 1px #1bca33;"><span style="position: absolute; top: 0; left: 0; padding: 5px 20px; background: #1bca3399; border-radius: 10px 0; font-weight: bold; color: #ffffff;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
バッチ風のボックス
タイトル付ボックス5(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; background: #f7f7f7; border: 2px solid black;"><span style="position: absolute; top: -15px; left: 15px; background: #666; padding: 0 20px; border-radius: 15px; font-weight: bold; box-shadow: 1px 1px 2px rgba(0,0,0,.3); color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス5(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; background: #ffe6e6; border: 2px solid #f15a5a;"><span style="position: absolute; top: -15px; left: 15px; background: #f15a5a; padding: 0 20px; border-radius: 15px; font-weight: bold; box-shadow: 1px 1px 2px rgba(0,0,0,.3); color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス5(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; background: #f0f7ff; border: 2px solid #5b8bd0;"><span style="position: absolute; top: -15px; left: 15px; background: #5b8bd0; padding: 0 20px; border-radius: 15px; font-weight: bold; box-shadow: 1px 1px 2px rgba(0,0,0,.3); color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス5(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; background: #fff9e6; border: 2px solid #ebe134;"><span style="position: absolute; top: -15px; left: 15px; background: #ffdc47; padding: 0 20px; border-radius: 15px; font-weight: bold; box-shadow: 1px 1px 2px rgba(0,0,0,.3); color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス5(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; background: #1bca3308; border: 2px solid #1bca33;"><span style="position: absolute; top: -15px; left: 15px; background: #1bca33; padding: 0 20px; border-radius: 15px; font-weight: bold; box-shadow: 1px 1px 2px rgba(0,0,0,.3); color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
バッチ風のボックス2
タイトル付ボックス6(グレーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 3px #666; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 4px 37px; background: #666; font-weight: bold; border-radius: 4px; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス6(レッドVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 3px #ffb3b3; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 4px 37px; background: #ffb3b3; font-weight: bold; border-radius: 4px; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス6(ブルーVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 3px #b3d9ff; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 4px 37px; background: #b3d9ff; font-weight: bold; border-radius: 4px; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス6(イエローVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 3px #ffdc47; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 4px 37px; background: #ffdc47; font-weight: bold; border-radius: 4px; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
タイトル付ボックス6(グリーンVer)
タイトル
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; margin: 2em 0; padding: 10px 20px 0px 20px; border: solid 3px #6cca79; border-radius: 8px;"><span style="position: absolute; display: inline-block; top: -13px; left: 10px; padding: 4px 37px; background: #6cca79; font-weight: bold; border-radius: 4px; color: white;">タイトル</span>
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
スマートなボックス
タイトル付ボックス7(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #666; padding: 10px; color: #fff; font-weight: bold; border-radius: 5px 5px 0 0; padding-left: 18px;"><strong>タイトル</strong></div>
<div style="padding: 15px; background: #f8f9ff; border: 2px solid #666; border-top: none;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
</div>
タイトル付ボックス7(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #ffb3b3; padding: 10px; color: white; font-weight: bold; border-radius: 5px 5px 0 0; padding-left: 18px;"><strong>タイトル</strong></div>
<div style="padding: 15px; border: 2px solid #ffb3b3; border-top: none;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
</div>
タイトル付ボックス7(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #7abbfd; padding: 10px; color: white; font-weight: bold; border-radius: 5px 5px 0 0; padding-left: 18px;"><strong>タイトル</strong></div>
<div style="padding: 15px; border: 2px solid #b3d9ff; border-top: none;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
</div>
タイトル付ボックス7(黄色)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #ffda8e; padding: 10px; color: white; font-weight: bold; border-radius: 5px 5px 0 0; padding-left: 18px;"><strong>タイトル</strong></div>
<div style="padding: 15px; border: 1px solid #ffda8e; border-top: none;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
</div>
タイトル付ボックス7(グリーンVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #6cca79; padding: 10px; color: white; font-weight: bold; border-radius: 5px 5px 0 0; padding-left: 18px;"><strong>タイトル</strong></div>
<div style="padding: 15px; border: 2px solid #6cca79; border-top: none;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
</div>
おしゃれなボックスデザイン集
ここからは「タイトル」なしのおしゃれなデザインの囲み枠を紹介していきます!
上線のクールなボックス
上線のクールなボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; color: #2c2c2f; background: #fefefe52; border-top: solid 6px #7e7e7e; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
上線のクールなボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; color: #2c2c2f; background: #fff7cd52; border-top: solid 6px #ffe11e; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
上線のクールなボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; color: #2c2c2f; background: #cde4ff52; border-top: solid 6px #1e90ff; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
上線のクールなボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; color: black; background: #fff6f4; border-top: solid 6px #FF4B00; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
メモ風のボックス
メモ風のボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px; margin: 2em 0; background: #a0929226; border-left: solid 6px #1a1a1a;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
メモ風のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px; margin: 2em 0; background: #ffe6e6; border-left: solid 6px #ffb3b3;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
メモ風のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px; margin: 2em 0; background: #e6f3ff; border-left: solid 6px #b3d9ff;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
メモ風のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="position: relative; padding: 20px; margin: 2em 0; background: #fff9e6; border-left: solid 6px #ffe6b3;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ふせん風のボックス
ふせん風のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #f7f7f7; border-left: solid 6px #7db4e6; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ふせん風のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #ffe6e6; border-left: solid 6px #ffb3b3; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ふせん風のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #e6f3ff; border-left: solid 6px #b3d9ff; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ふせん風のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff9e6; border-left: solid 6px #ffe6b3; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ふせん風のボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fafafa; border-left: solid 7px #4a4a4a; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス
影付きボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 4px solid #4242429e; box-shadow: 10px 8px 9px rgba(0, 0, 0, 0.3);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス(グリーンVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 4px solid #671; box-shadow: 10px 8px 9px rgba(0, 0, 0, 0.3);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 4px solid #db2d2db5; box-shadow: 10px 8px 9px rgba(0, 0, 0, 0.3);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 4px solid #4f4f9b; box-shadow: 10px 8px 9px rgba(0, 0, 0, 0.3);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス2
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 20px; margin: 2em 0; background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3)); border-radius: 10px; border: 1px solid rgb(198 198 198); box-shadow: 0 4px 15px rgba(0,0,0,0.1); backdrop-filter: blur(10px);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス3
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.2);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
影付きボックス4
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 20px; margin: 2em 0; background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(4px); border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
布風のボックス
布風のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #c9e1ff; box-shadow: 0px 0px 0px 10px #c9e1ff; border: dashed 2px white; ><p style=; margin-left: 1ex; margin-right: 1ex;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
布風のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<p style="margin: 0; padding: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
布風のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<p style="margin: 0; padding: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
布風のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<p style="margin: 0; padding: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
ステッチ風のボックス
ステッチ風のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 2px dashed #b3700a75; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #b3700a75;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ステッチ風のボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 2px dashed #c4c4c4; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #10101073;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ステッチ風のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 2px dashed #ffb3b3; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #ffb3b3;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ステッチ風のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 2px dashed #b3d9ff; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #b3d9ff;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ステッチ風のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 10px 20px 0px 20px; margin: 2em 0; background: #fff; border: 2px dashed #ffc858; box-shadow: 0 0 0 4px #fff, 0 0 0 5px #ffc858;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
マスキングテープ風のボックス
マスキングテープ風のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="margin-bottom: 2em; background: #00ff8530; box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15); padding: 25px 15px 15px 20px;">
<p style="margin: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
マスキングテープ風のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="margin-bottom: 2em; background: rgba(255, 230, 230, 0.5); box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15); padding: 25px 15px 15px 20px;">
<p style="margin: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
マスキングテープ風のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="margin-bottom: 2em; background: rgba(230, 243, 255, 0.5); box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15); padding: 25px 15px 15px 20px;">
<p style="margin: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
マスキングテープ風のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="margin-bottom: 2em; background: rgba(255, 249, 230, 0.5); box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15); padding: 25px 15px 15px 20px;">
<p style="margin: 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</p>
ストライプボックス
ストライプボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: repeating-linear-gradient(-45deg, #ffe6e6fc, #ffe6e678 10px, #ffd6d600 10px, #ffd6d673 20px);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ストライプボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: repeating-linear-gradient(-45deg, #e6f3ff, #e6f3ff82 10px, #d6e9ff00 10px, #d6e9ff 20px);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ストライプボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: repeating-linear-gradient(-45deg, #fff9e6, #fff9e6 10px, #fff3d600 10px, #fff3d6a1 20px);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
ストライプボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: repeating-linear-gradient(-45deg, #e2e2e2fc, #ffe6e678 10px, #ffd6d600 10px, #cbcbcb73 20px);">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
モノトーンボックス
モノトーンボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: #000; color: #fff; border: 4px solid #fff; box-shadow: 0 0 0 2px #000, 0 0 10px #fff, 0 0 15px #fff;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
モノトーンボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: #a20a0ac9; color: #fff; border: 4px solid #fff; box-shadow: 0 0 0 2px #300, 0 0 10px #ffb3b300, 0 0 15px #ffb3b300;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
モノトーンボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: #26266b; color: #fff; border: 4px solid #fff; box-shadow: 0 0 0 2px #003, 0 0 10px #b3d9ff00, 0 0 15px #b3d9ff00;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
モノトーンボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: #94941e; color: #fff; border: 4px solid #fff; box-shadow: 0 0 0 2px #330, 0 0 10px #ffe6b300, 0 0 15px #ffe6b300;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
シンプルなボックスデザイン集
ここからは「タイトル」なしのシンプルなデザインの囲み枠を紹介していきます!
枠のみのボックス
枠のみのボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #666; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠のみのボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #ffa29a; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠のみのボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #87c0f2; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠のみのボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #aaa39e; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠のみのボックス(グリーンVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #32ca56; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
背景色のみのボックス
背景色のみのボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #a698981f; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
背景色のみのボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #ffa29a38; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
背景色のみのボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #87c0f236; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
背景色のみのボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #ebfa7536; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
背景色のみのボックス(グリーンVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="background: #32ca5626; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠+背景色のボックス
枠+背景色のボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #666; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px; background: #a698981f;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠+背景色のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #ffa29a; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px; background: #ffa29a38;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠+背景色のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #87c0f2; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px; background: #87c0f236;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠+背景色のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #f7d99e; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px; background: #ebfa7536;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
枠+背景色のボックス(グリーンVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: 3px solid #32ca56; padding: 25px 15px 15px 20px; margin: 2em 0; border-radius: 5px; background: #32ca5626;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス
二重線のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #4ec4d3; padding: 25px 15px 15px 20px; margin: 2em 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #7760af; padding: 25px 15px 15px 20px; margin: 2em 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス(グレーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #b7b7b7; padding: 25px 15px 15px 20px; margin: 2em 0;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #ffa1a1; padding: 25px 15px 15px 20px; margin: 2em 0; background: #ffe6e6ab;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #b7beff; padding: 25px 15px 15px 20px; margin: 2em 0; background: #e6f3ff42;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
二重線のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="border: double 5px #efd59f; padding: 25px 15px 15px 20px; margin: 2em 0; background: #fff9e6d6;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
破線のボックス
破線のボックス
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; border: 3px dotted #949494; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
破線のボックス(レッドVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; border: 3px dotted #ffb3b3; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
破線のボックス(ブルーVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; border: 3px dotted #b3d9ff; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
破線のボックス(イエローVer)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; border: 3px dotted #ffe6b3; border-radius: 5px;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
破線のボックス(角丸)
- ポイント1
- ポイント2
- ポイント3
- ポイント4
✙ タップしてコードを見る
<div style="padding: 25px 15px 15px 20px; margin: 2em 0; background: #fcfcfc; border: 3px dashed #acacac; border-radius: 10px; box-shadow: 0 0 0 4px #fcfcfc;">
- ポイント1
- ポイント2
- ポイント3
- ポイント4
</div>
デザインを登録して「ワンクリック」で使いまわそう!
何度も同じ囲い枠のHTMLコードを手入力するのは大変ですよね。
そんな時は、WordPressの「非同期パターン」機能が役立ちます!
一度 オリジナルの囲い枠を登録しておけば、次回からはワンクリックで簡単に呼び出せるようになります。
ではさっそく非同期パターンの登録手順を見ていきましょう。
- 囲い枠のデザインを作成する
- 非同期パターンに登録する
- 登録した囲い枠を呼び出して使用する
まずは、非同期パターンに登録するオリジナルの囲い枠を作成しましょう。
WordPressの「コードエディタ」に、次のサンプルコードをコピペしてください。
作成した囲い枠のブロックを選択し、ツールバーの「︙(オプション)」ボタンをクリックしてください。
メニューが表示されたら「パターンを作成」を選択します。
新規パターンの追加画面が表示されたら、以下を設定して「追加」ボタンをクリックしてください。
- 名称:好きな名前を入力
- カテゴリー:空白
- 同期:OFF
これで「ボックス装飾」が非同期パターンに登録されました!
先ほど登録したボックス装飾を呼び出してみましょう。
投稿ページ左上の ボタンをクリックします。
「パターン」タブを開き、マイパターンから「STEP2で登録したボックス装飾」を選択したら、登録したボックスが挿入されます!
お疲れさまでした!これでボックス装飾の登録から適用までの手順は完了です!
この方法で一度登録してしまえば、次回からはボタン一つで簡単に使えますよ。
まとめ
この記事では、テーマやプラグインなしでおしゃれなボックスを設置する方法 をご紹介しました。
さらに、さまざまなデザインのボックスサンプルも用意しています。
HTMLコードをコピペするだけで使えるので、用途に合わせてご活用ください!