1. 記事のテキストモードで編集
  2. <style>〜</style>の間に、cssを記述する

サンプル↓

<style>
figcaption {font-size: 12px;}
.entry p {margin-bottom: 1rem;}
.iframe-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>

<style>タグで囲んでいれば、このコードがページ上に表示されることはありません。

おすすめの記事